Unable to change bidding_strategy_type to maximize_conversions with google ads api

195 views
Skip to first unread message

Roni Ahti

unread,
Sep 15, 2022, 7:22:41 AM9/15/22
to Google Ads API and AdWords API Forum
Hey,

I'm able to change the bidding_strategy_type of discovery campaigns to target_cpa. But unable to change the bidding_strategy_type of discovery campaigns to maximize_conversions.

Google Ads API Forum Advisor

unread,
Sep 15, 2022, 12:34:23 PM9/15/22
to adwor...@googlegroups.com
Hi Roni,

Thanks for reaching out. Have you tried updating your MaximizeConversions object by removing the targetCpaMicros field? In the UI, for example, adding/removing the target CPA value toggles the bidding strategy between maximize conversions and target CPA strategies. 

If you continue having this problem, can you please privately reply with more information about the issue, including the complete request and response logs?

Thanks,

Google Logo
Matt
Google Ads API Team
 


ref:_00D1U1174p._5004Q2eOoZn:ref

Adam Nagy

unread,
Oct 14, 2022, 6:47:27 AM10/14/22
to Google Ads API and AdWords API Forum
Hi Matt and people in the future who will have the same problem,

We were able to change from Target CPA to Maximize Conversions bidding strategy by adding some extra fields in the call.
Namely, even though Maximize conversions don't need a target CPA info, the API expects that it is sent anyways, something like this:
{
    bidding_strategy_type: 10, // MaximizeConversions
    maximize_conversions: {
        target_cpa_micros: 0
    }
}

Mind the extra `maximize_conversions` field in there, without it the call wouldn't work.

As a feedback: we didn't find this info on the documentation anywhere. Maybe we were looking at the wrong places, but we were not able to find it.

Thanks, and have a nice day!

Google Ads API and AdWords API Forum

unread,
Nov 9, 2022, 6:02:24 AM11/9/22
to Google Ads API and AdWords API Forum
Re-posting the last inquiry (https://groups.google.com/g/adwords-api/c/dm9yyBBspH4) from the forum as it wasn't routed to our support queue.

Kind regards,
Heidi
Google Ads API Team

Google Ads API and AdWords API Forum

unread,
Nov 22, 2022, 2:32:29 AM11/22/22
to Google Ads API and AdWords API Forum
Hi Adam,

Thank you for the reply.

If you have additional questions that are specific to Google Ads API, feel free to send those over to our team and we would be happy to assist you further.

Best regards,
Heidi
Google Ads API Team
On Friday, October 14, 2022 at 6:47:27 PM UTC+8 adam...@smartly.io wrote:
Reply all
Reply to author
Forward
0 new messages