RE: Pause keyword using Ads API Beta w/ Python

2020-04-15 Thread Google Ads API Forum Advisor Prod
Hi Ky, Thanks for reaching out. With regards to your concern about pausing keywords within the ad group, you can use the AdGroupCriterionService and set the status of the AdGroupCriterion to PAUSED. You can follow the update keywords example here but set the ad_group_criterion.status to PAUSED

Pause keyword using Ads API Beta w/ Python

2020-04-14 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
I'd like to programmatically pause some keywords within an ad group. I was only able to find how to remove a keyword. After looking at the AdGroupCriterionOperation proto file