it looks like the API is showing volumes that match Keyword Panner and not 
Keyword tool anymore.

Can you check and let me know if you see the same thing?

thanks

On Tuesday, 2 July 2013 12:01:32 UTC+2, Paris Theofanidis wrote:
>
> Hi, I am trying to get the LOCAL SEARCH_VOLUME for specific keywords. 
> About 2 weeks ago the figures I was getting were correct. The last days 
> (don't know exactly when) the figures are wrong, meaning they are higher 
> than the figures I see in the AdWords 
> Keyword Tool.
> Also, in the following query the platform criteria is missing but I can't 
> figure out how to add it. Any example I could see somewhere?
>
> Here's what I have so far that used to work.
>
>             // Create selector.
>             $selector = new TargetingIdeaSelector();
>             $selector->requestType = 'STATS';
>             $selector->ideaType = 'KEYWORD';
>             $selector->requestedAttributeTypes = array('KEYWORD_TEXT', 
> 'SEARCH_VOLUME');
>
>             // Create related to query search parameter.
>             $relatedToQuerySearchParameter = new 
> RelatedToQuerySearchParameter();
>             $relatedToQuerySearchParameter->queries = $values;
>             $selector->searchParameters[] = $relatedToQuerySearchParameter;
>
>             // 
> https://developers.google.com/adwords/api/docs/appendix/geotargeting#browse
>             $location = new Location();
>             $location->id = $locationId;
>             $locationSearchParameter = new LocationSearchParameter();
>             $locationSearchParameter->locations = array($location);
>             $selector->searchParameters[] = $locationSearchParameter;
>
>             // 
> https://developers.google.com/adwords/api/docs/appendix/languagecodes
>             $language = new Language();
>             $language->id = $languageId;
>             $languageSearchParameter = new LanguageSearchParameter();
>             $languageSearchParameter->languages = array($language);
>             $selector->searchParameters[] = $languageSearchParameter;
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to