Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

114 views
Skip to first unread message

S.M.

unread,
Feb 25, 2020, 2:41:37 PM2/25/20
to AdWords API and Google Ads API Forum

The AdWords UI allows creation of portfolio bidding strategies with Maximize Conversions type, 

but the API indicates this bidding as a standard bidding and does not support creation of a shared bidding with Maximize Conversions. Why?  

Is there any work around for this ?


MaximizeConversions.png

Google Ads API Forum Advisor Prod

unread,
Feb 26, 2020, 1:11:41 PM2/26/20
to acquisioa...@gmail.com, adwor...@googlegroups.com

Hi John,

I will look into this issue internally with my team and get back to you as soon as possible.

Thank you,
Bryan, Google Ads API Team



ref:_00D1U1174p._5001UXTF9d:ref

Google Ads API Forum Advisor Prod

unread,
Feb 26, 2020, 1:12:45 PM2/26/20
to smara...@acquisio.com, adwor...@googlegroups.com

Hi,

ref:_00D1U1174p._5001UXTFO9:ref

Google Ads API Forum Advisor Prod

unread,
Feb 27, 2020, 11:57:09 AM2/27/20
to smara...@acquisio.com, adwor...@googlegroups.com
Greetings!

May I have the campaign ID that you were trying to attach this bidding strategy? There are a few prerequisites, so I want to make sure it's all covered.

Thanks,
Nadine Wang, Google Ads API Team

ref:_00D1U1174p._5001UXTFO9:ref

Google Ads API Forum Advisor Prod

unread,
Feb 27, 2020, 11:58:28 AM2/27/20
to acquisioa...@gmail.com, adwor...@googlegroups.com
ref:_00D1U1174p._5001UXTF9d:ref

S.M.

unread,
Mar 3, 2020, 10:55:56 AM3/3/20
to AdWords API and Google Ads API Forum
Hello Nadine, 

I tried creating the object without setting the type, and still got the same error. 

Here is the request object : 

[{"operand":{"biddingScheme":{"BiddingSchemeType":null},"idSpecified":false,"name":"MaximizeConversionsPortfolio_CreatedFromAPI","statusSpecified":false,"typeSpecified":false},"operator":0,"operatorSpecified":true,"OperationType":null}]

And the error is : 

 
AdWordsApiException: Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. 

BiddingErrorsReason.INVALID_BIDDING_STRATEGY_TYPE. (Error: BiddingErrors.INVALID_BIDDING_STRATEGY_TYPE, FieldPath: operations[0].operand.type, Trigger: )

Google Ads API Forum Advisor Prod

unread,
Mar 4, 2020, 2:04:03 PM3/4/20
to smara...@acquisio.com, adwor...@googlegroups.com
Greetings!

I've jumped into our code base to find out what's going on after trying it myself. I see that we are stopping it from going through. I'm now working on finding out why. I'll get back to you when I have an answer.

Cheers,
Nadine, Google Ads API Team

ref:_00D1U1174p._5001UXTFO9:ref

S.M.

unread,
Mar 17, 2020, 8:53:20 AM3/17/20
to AdWords API and Google Ads API Forum
The issue is fixed. Thanks for your help and great support, Nadine. 

Google Ads API Forum Advisor Prod

unread,
Mar 17, 2020, 11:27:34 AM3/17/20
to smara...@acquisio.com, adwor...@googlegroups.com
Hello,

Thanks for getting back to me. Woohoo!!! I'm doing a little happy dance over here.

Take care,

cbeau...@acquisio.com

unread,
Jul 16, 2020, 1:56:46 PM7/16/20
to AdWords API and Google Ads API Forum
Hello,

I'm having the same issue here but this time with the google api beta sdk v.4.

I can choose maximize conversion in the ui for a portfolio bidding strategy but in the c# sdk, i'm missing a property on the object BiddingStrategy to set it to maximize conversions.

Thanks

Google Ads API Forum Advisor Prod

unread,
Jul 16, 2020, 11:17:58 PM7/16/20
to cbeau...@acquisio.com, adwor...@googlegroups.com
Hello Claude,

I'll double-check that one, and I'll get back to you.

Best,

Claude Beauchemin

unread,
Jul 17, 2020, 8:58:20 AM7/17/20
to Google Ads API Forum Advisor Prod, adwor...@googlegroups.com

Hi Nadine,


Many thanks, thats a big blocker for us adopting the new api.


Claude


De : Google Ads API Forum Advisor Prod <adsapifor...@gmail.com>
Envoyé : 16 juillet 2020 23:17:34
À : Claude Beauchemin
Cc : adwor...@googlegroups.com
Objet : Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions
 

Pete Lavetsky (AdWords API Guru)

unread,
Aug 12, 2020, 11:41:53 AM8/12/20
to AdWords API and Google Ads API Forum
Hi All,

Was there a resolution to this? 

We're on V4 of Ads API using the Java client library.

MAXIMIZE_CONVERSIONS is not available to set as a portfolio bidding strategy.

Others have indicated they've had Google fix this for them?

https://support.google.com/google-ads/answer/6263072?hl=en confirms that MAXIMIZE_CONVERSIONS is a valid portfolio bidding strategy.

Thanks
Pete

cbeau...@acquisio.com

unread,
Aug 12, 2020, 1:38:58 PM8/12/20
to AdWords API and Google Ads API Forum
Hi Pete, 
We are still waiting for the fix on new Google Ads Api. We are on the V4 version on the c# sdk. The only way to do it right now is by using the old adwords api. Im not event sure that the old one support MaximizeConversionValue but it sure support MaximizeConversions.

Claude

Pete Lavetsky (AdWords API Guru)

unread,
Aug 12, 2020, 1:43:25 PM8/12/20
to AdWords API and Google Ads API Forum
Thanks Claude. We're going that same route.

Pete

Claude Beauchemin

unread,
Aug 12, 2020, 1:47:00 PM8/12/20
to AdWords API and Google Ads API Forum, pete.l...@gmail.com

If you think of it, it make no sense the old one supports it and the new one dont. Anyway, that the way it is, i'm checking for a new version of the nuget package each day.


De : adwor...@googlegroups.com <adwor...@googlegroups.com> de la part de Pete Lavetsky (AdWords API Guru) <pete.l...@gmail.com>
Envoyé : 12 août 2020 13:43:25
À : AdWords API and Google Ads API Forum

Objet : Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@googlegroups.com
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 a topic in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/iuKtPErPpyY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2e68d3df-89d7-4282-8f2e-710c574a7a7bo%40googlegroups.com.

Google Ads API Forum Advisor Prod

unread,
Aug 12, 2020, 3:57:17 PM8/12/20
to cbeau...@acquisio.com, pete.l...@gmail.com, adwor...@googlegroups.com
Hello All,

Thanks for answering on this. This is the current state of things.

The AdWords API does support Maximize Conversions, but not Maximize Conversion Value for portfolio bidding strategies in Search. I'm currently working with a fellow engineer to get Maximize Conversion Value turned on. I don't have an estimated time for that, yet.

The Google Ads API does not support either one for portfolio bidding strategies, yet. I have put that in as a feature request, and someone has been assigned to take a look into it.

Cheers,

Google Ads API Forum Advisor Prod

unread,
Nov 3, 2020, 11:57:02 AM11/3/20
to cbeau...@acquisio.com, pete.l...@gmail.com, adwor...@googlegroups.com
Greetings!

Maximize Conversion Value for Search should now work in AdWords API. Please get back to me if it's not working for you.

Best,
Reply all
Reply to author
Forward
0 new messages