Re: How do I get monthly search volume for a keyword with php API v201309 ?

2014-01-23 Thread Danial Klimkin
Hello, You need to use RelatedToQuerySearchParameter in this case. https://developers.google.com/adwords/api/docs/reference/v201309/TargetingIdeaService.RelatedToQuerySearchParameter SearchVolume parameter is for limiting list of ideas by volume, it is not applicable here. -Danial,

How do I get monthly search volume for a keyword with php API v201309 ?

2014-01-20 Thread Ad_nu
I’m trying to modify the GetKeywordIdeas.php -example to show monthly search volumes for given keyword (I’m not looking for the keyword ideas, just the search volume for one keyword). Should I be using the SearchVolumeSearchParameter() that is mentioned under SearchParameter[] ?