Hi Sean, Through the AdGroup Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report#averagecpc>, 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 <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupService.AdGroup#status>. Please refer this sample code <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201806/BasicOperations/UpdateAdGroup.php> and let me know if you have any further questions. For other code samples, please refer here <https://developers.google.com/adwords/api/docs/clientlibraries>.
Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2dc6efb1-08a8-46c8-9034-19503b0bce04%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
