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 and Google Ads API Forum
Hi!
I need to filter ad groups by status - display active only. Is it enough to check ad group status or I need to check both - adgroup and campaign statuses? Is there possibility that inactive campaign contains adgroup with status "Active"?
Api version - v201802
Thanks
Zweitze
unread,
Jul 2, 2018, 6:21:16 AM7/2/18
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 and Google Ads API Forum
You need to check CampaignStatus as well.
Pro-tip: also check CampaignServingState, if you want to check for ended campaigns, and campaigns that have not started yet.
Teja Makani
unread,
Jul 2, 2018, 1:51:18 PM7/2/18
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 and Google Ads API Forum
Hello Kitana,
Adding to the response. An AdGroup can have and active status even though the campaign is not eligible to serve. The serving of Ads will depend on the campaign status as well. So as mentioned in the above response it is better to check CampaignStaus as well. Let me know if you have any further questions.