I think you are looking to change the CPC bid and not the budget for the campaign if I am not mistaken. Maybe have a look here, it has Python example as well:
https://developers.google.com/adwords/api/docs/guides/bidding On Thursday, September 13, 2018 at 10:00:07 AM UTC+2, [email protected] wrote: > > Hello, I use Python 3.X and the Google official libraries (adwords & > Google Ads) > > I would like to increase and reduce bids by X% programmatically. In other > words, apply a bid modifier globally and not only for a particular device > or CALLS. > > Is this somehow possible? > > I'm using the new beta google ads api, but if needed I can also use the > google adwords api to achieve this. > I tried hard to find an example online without luck. My thinking is that I > should do something like this: > > ## 1 - Get current campaign. > ## 2 - Get current campaign Budget. > ## 3 - Edit current Budget. > ## 4 - Save current Budget. > > Is this right? Any example doc? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/d943b2d5-2bb3-43a4-9db4-bf9a5c82c8aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
