You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello, it is possible I get all adgroups per campaign using filtering Predicate?
something like this: predicate.field = "campaignName"
Then return the groups in this campaign.
Thanks for any help!
att.
Leonardo Dutra dos Anjos.
Anthony Madrigal
unread,
Apr 6, 2016, 2:09:40 PM4/6/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Leonardo,
You can use predicates to filter ad groups by either their campaign Id or name. Our Client Libraries contain examples on how to do so. Here is our Java example.