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 <https://developers.google.com/google-ads/api/docs/campaigns/bidding/strategy-types> should also be updated, as it states that it's only possible to use it with Search Campaigns. Thanks for the quick reply! :) El jueves, 11 de noviembre de 2021 a las 17:52:34 UTC+1, adsapi escribió: > 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: application/json" \ > --header "login-customer-id: {logincid}" \ > --header "developer-token: {devtoken}" \ > --header "Authorization: Bearer {access token}" \ > --data "{ > 'operations': [ > { > 'update': { > 'resourceName': 'customers/{cid}/campaigns/{campaignId}', > 'maximizeConversions': { > > } > }, > 'updateMask': > > 'maximizeConversions.targetCpa' > } > > ], > "partialFailure": true, > "validateOnly":false > } > " > > ref:_00D1U1174p._5004Q2R8BHG:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ea681d97-e669-4ec5-9d3d-aaf81c3a7af0n%40googlegroups.com.
