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,
Would I be able to using an Adgroup report to filter on a certain statistic such as average CPC and the pause all the adgroups that are above a certain threshold? Essentially I am trying to use the selector/predicate pairing in the report to filter the adgroups I want to pause and then loop through them and pause them all. Is this possible to do all through an adgroup performance report?
Thanks,
Sean
Dhanya Sundararaju (AdWords API Team)
unread,
Jul 2, 2018, 4:03:51 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
Hi Sean,
Through the AdGroup Performance Report, you will be able to apply filter to pull up AdGroups that are above a specific AverageCpc. However, mutate operations are not available via reports. Therefore, you will need to handle the pausing of AdGroups via API Services using the AdGroupService.AdGroup#status. Please refer this sample code and let me know if you have any further questions. For other code samples, please refer here.