Hi Jakov,

Thank you for reporting this issue.  I've been able to replicate the
problem and I'll work with the core engineering team to resolve it.  A
workaround is to leave off the CountryTargetSearchParameter from the
request, as this will always return the correct value of
GLOBAL_MONTHLY_SEARCHES.

Best,
- Eric Koleda, AdWords API Team

On Oct 26, 11:47 am, jakov34 <jako...@gmail.com> wrote:
> Hi,
>
> im gettin different values for GLOBAL_MONTHLY_SEARCHES for same
> keyword
> when i search for IDEAS or STATS.
>
> when i serach for IDEAS using keyword 'contactos'
> there is the result:
> TEXT => 'contactos en monterrey'
> GLOBAL_MONTHLY_SEARCHES => 91
> but when i serch for STATS using keyword 'contactos en monterrey'
> with same params
> GLOBAL_MONTHLY_SEARCHES => NULL
>
> i will give example to make explanation of problem easier:
>
> first thing im doing is searching for IDEAS
> request looks like this:
>
> ############################################################
>
> ideaType        => KEYWORD
> requestType => IDEAS
> requestedAttributeTypes => Array
>         (
>             [0] => KEYWORD
>             [1] => GLOBAL_MONTHLY_SEARCHES
>             [2] => AVERAGE_TARGETED_MONTHLY_SEARCHES
>         )
>
> searchParameters:
>         - RelatedToKeywordSearchParameter:
>                 text            => 'contactos'
>                 matchType       => EXACT
>
>         - KeywordMatchTypeSearchParameter:
>                 keywordMatchTypes => Array
>                                 (
>                                         [0] => EXACT
>                                 )
>
>         - IncludeAdultContentSearchParameter
>
>         - LanguageTargetSearchParameter:
>                 languageTargets:
>                         languageCode => es
>
>         - CountryTargetSearchParameter:
>                 countryTargets:
>                         countryCode => ES
>
>         - IdeaTextMatchesSearchParameter:
>                 included => Array
>                                 (
>                                         [0] => contactos
>                                 )
>                 priorityAction => INCLUDE
>
> ############################################################
>
> ok, so im getting larg number of keywords with some data..
>
> response for keyword 'contactos en monterrey' looks:
>
> TEXT => contactos en monterrey
> MATCH_TYPE => EXACT
> GLOBAL_MONTHLY_SEARCHES => 91
> AVERAGE_TARGETED_MONTHLY_SEARCHES => NULL
>
> well, let's say that data are OK.
> the next step im doing is searching STATS for keyword 'contactos en
> monterrey'
> with same params and request looks like this:
>
> ideaType        => KEYWORD
> requestType => STATS
> requestedAttributeTypes => Array
>         (
>             [0] => KEYWORD
>             [1] => GLOBAL_MONTHLY_SEARCHES
>             [2] => AVERAGE_TARGETED_MONTHLY_SEARCHES
>         )
>
> searchParameters:
>         - RelatedToKeywordSearchParameter:
>                 text            => 'contactos en monterrey'
>                 matchType       => EXACT
>
>         - KeywordMatchTypeSearchParameter:
>                 keywordMatchTypes => Array
>                                 (
>                                         [0] => EXACT
>                                 )
>
>         - IncludeAdultContentSearchParameter
>
>         - LanguageTargetSearchParameter:
>                 languageTargets:
>                         languageCode => es
>
>         - CountryTargetSearchParameter:
>                 countryTargets:
>                         countryCode => ES
>
> TEXT => contactos en monterrey
> MATCH_TYPE => EXACT
> GLOBAL_MONTHLY_SEARCHES => NULL
> AVERAGE_TARGETED_MONTHLY_SEARCHES => NULL
>
> so GLOBAL_MONTHLY_SEARCHES => NULL
>
> this is the problem.
> Why I'm getting two different
> values for GLOBAL_MONTHLY_SEARCHES
>
> Also, when I remove CountryTargetSearchParameter
> it returns
> GLOBAL_MONTHLY_SEARCHES => 91
> AVERAGE_TARGETED_MONTHLY_SEARCHES => 10
>
> still different stats when im serching for IDEAS
>
> there is two IDs of requests, hope it will help
> for IDEAS: f8a01c6af011e70da010202d32ce37aa
> for STATS: df0e86b7441fd07c08d8be6a1fb103aa
>
> Any advice here?
>
> Thanks!
> Jakov

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to