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 [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