Re: setting campaign bidding strategy in google ads python library

2024-08-13 Thread Tayyab
Hi, Thank you for your response. I am looking to update a campaign with a *s**tandard (campaign-level) bid strategy* as *TARGET_ROAS* or *TARGET_CPA* . Could you please provide an example of how to set the standard (campaign-level) bidding strategy as *target_roas* or *target_cpa* ?' Thank

Re: Setting Campaign Bidding Strategy in Google Ads Python Library

2024-08-13 Thread Tayyab
This part was bit trick but if anyone comes looking in the future. - Essentially you have to add empty fields to the update mask. https://developers.google.com/google-ads/api/docs/client-libs/python/empty-message-fields On Tuesday, August 13, 2024 at 2:07:05 AM UTC+2 Tayyab wrote: Hi, I'm w