Reposting the last inquiry (https://groups.google.com/g/adwords-api/c/KBirg9VMNYs) from the forum as it wasn't routed to our support queue.
Cheers, Peter Laurence Google Ads API Team On Thursday, June 23, 2022 at 4:15:00 AM UTC-4 [email protected] wrote: > Hello, > > We are currently using GoogleAds to get historical search volume data for > a list of phrases and we do the following steps: > > ``` > String keywordPlan = createKeywordPlan(); > String keywordPlanCampaign = createKeywordPlanCampaign(keywordPlan, > culture); > String keywordPlanAdGroup = createKeywordPlanAdGroup(keywordPlanCampaign); > ... > return keywordPlan; > ``` > when creating keywordPlanCampaign, we set the language of the campaign > which is meant to set the target language for the keyword plan campaign > according to this > <https://developers.google.com/google-ads/api/fields/v11/keyword_plan_campaign#keyword_plan_campaign.language_constants> > . > > However, when I tried to retrieve search volume for *"ferienwohnung > frigiliana"* and compare the two cases where setting the language as > German (1001) and Korean (1012). > > It seems that the results are the same as shown below: > > German(1001) > > [image: Screenshot 2022-06-23 at 16.31.26.png] > > Korean(1012) > > [image: Screenshot 2022-06-23 at 16.21.15.png] > > From this I can only guess GoogleAds doesn't care about which language we > use for the keyword plan but only returns the universal search volume for > each keywords phrase and the set language is meant for some metrics other > than search volume. > > Am I correct? > If not, what are these language constants meant for and what are the > impacts when setting them differently? > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d9dcf31e-d2d9-41e2-be77-f9b853598b09n%40googlegroups.com.
