Re: UpdateAdGroup for multiple adgroups

2018-06-28 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, Yes, actually, if you wish to do something more direct such as getting the performance metrics of a specific AdGroupId along with other relevant fields required for the update, you

Re: UpdateAdGroup for multiple adgroups

2018-06-27 Thread szusi
Could I also use an AdGroup performance report do do this? On Wednesday, June 27, 2018 at 12:05:02 PM UTC-6, sz...@mymail.mines.edu wrote: > > Thank you! Am I able to filter adgroups based on certain metrics such as > CPC? If so, would I use a selector/predicate pairing to do this? > > On

Re: UpdateAdGroup for multiple adgroups

2018-06-27 Thread szusi
Thank you! Am I able to filter adgroups based on certain metrics such as CPC? If so, would I use a selector/predicate pairing to do this? On Wednesday, June 27, 2018 at 1:52:23 AM UTC-6, Peter Oliquino (AdWords API Team) wrote: > > Hi Sean, > > If you wish to process multiple updates for your

Re: UpdateAdGroup for multiple adgroups

2018-06-27 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, If you wish to process multiple updates for your ad groups, you can do so by using the BatchJobService . You can use the GetAdGroups

UpdateAdGroup for multiple adgroups

2018-06-26 Thread szusi
Hello, Currently, I am using the UpdateAdGroup.php example to pause an adgroup, however, you need to enter the AdGroupId at the top of the file, thus you can only update one adgroup at a time. How would I go about updating multiple adgroups at one time? Would I be able to use a selector that