Re: Pausing Ad Groups in an Array

2018-07-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, You may refer to this sample code in PHP on how to set the ad group id to your operand. Regards, Luis AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Pausing Ad Groups in an Array

2018-07-11 Thread szusi
Awesome, Thank you! Not sure how to use the operand to set the id, as I've never had to do that before. If you could give me some pesudocode or php code to show me how to do that, that would be great! On Tuesday, July 10, 2018 at 10:23:16 PM UTC-6, Luis Xander Talag (AdWords API Team) wrote: >

Re: Pausing Ad Groups in an Array

2018-07-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, You don't need a selector if your goal is just to pause the ad group. All you need to do is to create a loop for your array and set directly each ad group id and ad group status

Pausing Ad Groups in an Array

2018-07-10 Thread szusi
Hello, If I have a list of adgroups in an array, or at least their ID or something similar, can I pause them without having to use a selector? Essentially I am filtering the adgroups to see which need to be paused using my own algorithm, as the predicates are not specific enough. Thus I put all