Hi, I'm trying to upgrade our Java app to the new v201109 API and it just is not working out . I'm having a hard time trying to do anything remotely useful with the new API. >From what I can tell I'm supposed to be using CampaignCriterion .
For example: CampaignCriterion c = new CampaignCriterion(); c.setLanguage("en"); c.setLocation("us"); etc . It allows me to create a CampaignCriterion but does not allow me to do anything with it or set any values for it. I'm trying to replace code such as CountryTarget ct= new CountryTarget(null, false, "US"); LanguageTarget l =new LanguageTarget(null, "en"); PlatformTarget pt =new PlatformTarget(null, PlatformType.DESKTOP); Can somebody point me to an example of how this is supposed to be done ? Thanks, Paul -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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