Iterating over TargetList / Getting more information about target in v201109

2011-12-08 Thread K D
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 TargetLi

Re: Iterating over TargetList / Getting more information about target in v201109

2011-12-12 Thread Kevin Winter
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:

Re: Iterating over TargetList / Getting more information about target in v201109

2011-12-13 Thread K D
Thanks Kevin. I understood now. I have one last small question (I promise!) . I posted it at http://groups.google.com/group/adwords-api/browse_thread/thread/70a9e2ac045f24bc. Would you be kind enough to have a look? Thank you once again. On Dec 13, 12:47 am, Kevin Winter wrote: > Hi, >   In