Setting Campaign Bidding Strategy in Google Ads Python Library

2024-08-12 Thread Tayyab
Hi, I'm trying to update a campaign using the Google Ads Python Library, but I'm having trouble setting the campaign_bidding_strategy. According to the documentation at Google Ads API , the campaign_bidding_strategy mus

Setting Campaign Bidding Strategy in Google Ads Python Library

2024-08-12 Thread Tayyab
Hi, I'm working on updating a campaign using the Google Ads Python Library, but I'm encountering issues when trying to set the `campaign_bidding_strategy`. According to the Google Ads API documentation: - In the MaximizeConversionValue

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&#

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

Issue Retrieving Ad IDs for Ad Variation Experiments

2024-11-20 Thread Tayyab
Hi, I am running Ad Variation experiments in my Google Ads account. In the experiment interface, I can see the original Ad IDs and modified Ad IDs for each variation. I want to retrieve these Ad IDs programmatically to analyze their performance metrics for A/B testing. However, I am encounte