Additional question/issue. In v201206, the following occurs:
- Keyword '*boxhead more rooms*', targeting *location ID 2528*(Netherlands), * language ID 1010* (Dutch), returns a *SEARCH_VOLUME of 91*. - Same keyword call with same *language ID 1010*, targeting *location ID 2056* (Belgium), returns a *SEARCH_VOLUME of 58*. - Same keyword call, with same *language* *ID* *1010*, targeting BOTH*location IDs 2528 and 2056 * in the same call, returns a *SEARCH_VOLUME of 6600*, which is the same volume returned when no language/location targeting is set at all. How to get the targeted search volume for multiple locations in v2012? I'm using the AdWords PHP library, a print_r() of my $selector variable is printed below. TargetingIdeaSelector Object > ( > [searchParameters] => Array > ( > [0] => LocationSearchParameter Object > ( > [locations] => Array > ( > [0] => Location Object > ( > [locationName] => > [displayType] => > [targetingStatus] => > [parentLocations] => > [id] => 2528 > [type] => > [CriterionType] => > [_parameterMap:Criterion:private] => > Array > ( > [Criterion.Type] => > CriterionType > ) > ) > [1] => Location Object > ( > [locationName] => > [displayType] => > [targetingStatus] => > [parentLocations] => > [id] => 2056 > [type] => > [CriterionType] => > [_parameterMap:Criterion:private] => > Array > ( > [Criterion.Type] => > CriterionType > ) > ) > ) > [SearchParameterType] => > [_parameterMap:SearchParameter:private] => Array > ( > [SearchParameter.Type] => SearchParameterType > ) > ) > [1] => LanguageSearchParameter Object > ( > [languages] => Array > ( > [0] => Language Object > ( > [code] => > [name] => > [id] => 1010 > [type] => > [CriterionType] => > [_parameterMap:Criterion:private] => > Array > ( > [Criterion.Type] => > CriterionType > ) > ) > ) > [SearchParameterType] => > [_parameterMap:SearchParameter:private] => Array > ( > [SearchParameter.Type] => SearchParameterType > ) > ) > [2] => RelatedToQuerySearchParameter Object > ( > [queries] => Array > ( > [0] => Boxhead more rooms > ) > [SearchParameterType] => > [_parameterMap:SearchParameter:private] => Array > ( > [SearchParameter.Type] => SearchParameterType > ) > ) > ) > [ideaType] => KEYWORD > [requestType] => STATS > [requestedAttributeTypes] => Array > ( > [0] => KEYWORD_TEXT > [1] => TARGETED_MONTHLY_SEARCHES > [2] => SEARCH_VOLUME > ) > [paging] => Paging Object > ( > [startIndex] => 0 > [numberResults] => 500 > ) > [localeCode] => > [currencyCode] => > ) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
