Re: How to change keyword status via the Python libraries

2018-09-03 Thread tom . wagstaff
Hi Milind, That's fixed it - works as expected now - thank you! Cheers, Tom On Friday, August 31, 2018 at 9:21:46 PM UTC+1, Milind Sankeshware (AdWords API Team) wrote: > > Hi Tom, > > To change the keyword status, you will need to set the UserStatus >

Re: How to change keyword status via the Python libraries

2018-08-31 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tom, To change the keyword status, you will need to set the UserStatus of your BiddableAdGroupCriterion

How to change keyword status via the Python libraries

2018-08-31 Thread tom . wagstaff
Hi community, I am struggling to work out how to change keyword status via the Google Ads API using the Python library. I have no problem pausing and enabling AdGroups, or adding new keywords, but there is no exact model for this in the sample code, and my alterations are not working as