Re: Increase bid by X%

2018-09-13 Thread Costantin Bignoli
Fantastic, exactly what I was looking for. Thank you! On Thu, Sep 13, 2018 at 11:16, Thorsten Merz wrote: Adding 50% bid modifier values will increase the bids on each of the devices by 50%, yes. That means if your bid is 1 $ then all devices will receive 1,50 $ -- On Thursday, September 13,

Re: Increase bid by X%

2018-09-13 Thread Thorsten Merz
Adding 50% bid modifier values will increase the bids on each of the devices by 50%, yes. That means if your bid is 1 $ then all devices will receive 1,50 $ -- On Thursday, September 13, 2018 at 10:13:41 AM UTC+2, cos...@gmail.com wrote: > > Does anyone know if adding 3 bid modifiers (Computer

Re: Increase bid by X%

2018-09-13 Thread cosbgn
That would work, but is way too complicated due to the different bidding options, like enhanced etc. Maybe adding 3 bid modifiers (Computer, tablet, and mobile) would be the simples and work just fine, no? On Thursday, September 13, 2018 at 11:04:04 AM UTC+3, Thorsten Merz wrote: > > I think you

Re: Increase bid by X%

2018-09-13 Thread cosbgn
Does anyone know if adding 3 bid modifiers (Computer, tablet, and mobile) all to the same value, e.g. +50% would work? Would all my bids be increased by 50% automatically? On Thursday, September 13, 2018 at 11:00:07 AM UTC+3, cos...@gmail.com wrote: > > Hello, I use Python 3.X and the Google of

Re: Increase bid by X%

2018-09-13 Thread Thorsten Merz
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, cos...@gmail.com wr

Increase bid by X%

2018-09-13 Thread cosbgn
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 goog