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,
Can someone help me in getting all negative keywords at adgroup level.
Thanks,
Ketan
Umesh Dengale
unread,
Jun 7, 2016, 12:57:36 PM6/7/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
Hello Ketan,
You could use the AdGroupCriterionService to get the negative keywords at AdGroup level. Check out GetKeywords Java example code from the client library. Other languages example code could be found here. To get the negative keywords, you could add a predicate (e.g. in java example code you could add a predicate .in(AdGroupCriterionField.CriterionUse, "NEGATIVE") etc.)