Looks like I'll have to create a List and then convert it to an array to initialize languageTargets. :(
On Apr 5, 2:38 pm, BeeGeez <[email protected]> wrote: > The problem with the LanguageTargetSearchParameter is that I have to > know exactly how many languages I have to initialize the > languageTargets. This is not ideal in since I want the ability to > loop through a list of language strings, create a LanguageTarget for > each string, and incrementally add each on to my > LanguageTargetSearchParameter. Is there a way to do this in .NET? > > On Mar 25, 7:48 pm, AdWords API Advisor <[email protected]> > wrote: > > > > > Hi, > > > To address your questions: > > > 1) Use the RelatedToUrlSearchParameter, which can hold multiple URLs. > > > http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde... > > > 2) As it seems you've already discovered, use the > > LanguageTargetSearchParameter. > > > http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIde... > > > Best, > > - Eric Koleda, AdWords API Team > > > On Mar 24, 6:45 pm, BeeGeez <[email protected]> wrote: > > > > I'm going to try to use the TargetingIdeaSelector with the > > > LanguageTargetSearchParameter I found in the documentation. > > > > On Mar 24, 11:26 am, BeeGeez <[email protected]> wrote: > > > > > I'm trying to migrate my SiteSuggestionService code using the new > > > > TargetingIdeaService. Couple of questions: > > > > > 1) How do I call something similar to the getSitesByUrls function > > > > (available in v13)? I have a string array of domains that I used to > > > > pass in that function...can this array be a valid searchParameter for > > > > the TargetingIdeaSelector? If so, can I just loop through the > > > > TargetIdeas to get the urls? > > > > > 2) LanguageGeoTargeting was needed to get the site suggested URLs. > > > > How can I set the language for the TargetingIdeaService? > > > > > Thanks.- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. 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 To unsubscribe, reply using "remove me" as the subject.
