AdWords API Re: TargetingIdeaSelector Localization

2010-01-26 Thread AdWords API Advisor
Hi Jason,

The way to accomplish this with the TargetingIdeaService is to use the
CountryTargetSearchParameter and LanguageTargetSearchParameter:

  
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.CountryTargetSearchParameter.html
  
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.LanguageTargetSearchParameter.html

The v2009 per-call migration guide shows some examples in Python of
how to migrate from the v13 KeywordToolService to the v2009
TargetingIdeaService:

  
http://code.google.com/apis/adwords/v2009/docs/callguide.html#keywordtoolservice

Best,
- Eric Koleda, AdWords API Team

On Jan 25, 12:35 pm, JasonC jason.casil...@gmail.com wrote:
 In V13 when calling getKeywordsFromSite and getKeywordVariations you
 could include the language and country you wanted results for. Is
 there a way to do the same with TargetingIdeaSelector in 200909?

 I have tried changing the localeCode, but it does not change the
 results (and from its description it does not appear it is intended
 to, unless that is part of and the like in the description).

-- 
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-...@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.



AdWords API Re: TargetingIdeaSelector Localization

2010-01-26 Thread JasonC
So you can combine them. Very cool.

Thank you much!
Jason

On Jan 26, 8:25 am, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Jason,

 The way to accomplish this with the TargetingIdeaService is to use the
 CountryTargetSearchParameter and LanguageTargetSearchParameter:

  http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde...
  http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde...

 The v2009 per-call migration guide shows some examples in Python of
 how to migrate from the v13 KeywordToolService to the v2009
 TargetingIdeaService:

  http://code.google.com/apis/adwords/v2009/docs/callguide.html#keyword...

 Best,
 - Eric Koleda, AdWords API Team

 On Jan 25, 12:35 pm, JasonC jason.casil...@gmail.com wrote:

  In V13 when calling getKeywordsFromSite and getKeywordVariations you
  could include the language and country you wanted results for. Is
  there a way to do the same with TargetingIdeaSelector in 200909?

  I have tried changing the localeCode, but it does not change the
  results (and from its description it does not appear it is intended
  to, unless that is part of and the like in the description).

-- 
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-...@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.