Re: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Meir, You can exclude the target CPA from being set in your API request. There's a Display guide for Smart Bidding linked in the Help Center. From that guide, you can find information that it says not to set the target CPA for maximize conversions in Display campaigns. As for the documentat

Re: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread Meir Mouyal
Hey there! Yeep, it seems to work with v9. However it doesn't seem correct to have the "updateMask" set to "maximizeConversions.targetCpa" when its not even in the "update" object. The documentation should a

RE: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Meir, Version 9 of the API allows Maximize conversions in a display campaign while version 8 doesn't, could you try with version 9? Here is a template CURL for the change: curl -i --request POST https://googleads.googleapis.com/v9/customers/{cId}/campaigns:mutate \ --header "Content-Type: a