You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My confusion lies in how to use the Campaign class in the Python code. There doesn't seem to be a way to express "I just want maximize conversion value without specifying a target ROAS," which is what I'm after.
I'm trying to use the google ads python library to create a campaign with a "maximize conversion value" bidding strategy using version 25.1.0 of this library. In the Ads web interface, I have a campaign I created manually with such a bidding strategy. The closest I've come to that with python is a campaign that the web UI says has a "Maximize conversion value (Target ROAS)" bidding strategy that was achieved with the following line in my script:
My confusion lies in how to use the Campaign class in the Python code. There doesn't seem to be a way to express "I just want maximize conversion value without specifying a target ROAS," which is what I'm after.
You might think the following line would do it.
But that resulted in the following error.
But no matter what I set the campaign's
campaign_bidding_strategy
to, I getThe text was updated successfully, but these errors were encountered: