Hi, In v201109, most of the campaign targets were migrated to CampaignCriteria, available via the CampaignCriterionService: http://adwordsapi.blogspot.com/2011/11/discovering-v201109-how-to-target.html
- Kevin Winter AdWords API Team On Thursday, December 8, 2011 5:07:05 AM UTC-5, K D wrote: > > Hi > > Following the example at > > http://www.google.com/codesearch/p?hl=en#9RD3n1d8sRQ/trunk/examples/v201109/GetAllCampaignTargets.java > > // Display campaign targets. > if (page.getEntries() != null) { > for (TargetList targetList : page.getEntries()) {....} > > How would I iterate over TargetList so that I can get more information > about the target? (e.g. language it was targetting?) > > I tried > > for (Target t : targetList) but got the error that it is not > iteratable. > > > Thanks > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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