About using MaximizeConversionsBiddingScheme

120 views
Skip to first unread message

test71942

unread,
Sep 8, 2017, 5:28:37 PM9/8/17
to AdWords API Forum

Hello,


When I create a campaign, when I select "MAXIMIZE_CONVERSIONS" in a bidding strategy I get an error.

Write source code and error message. 

please tell me.


[error message]

BiddingErrors.BIDDING_STRATEGY_TYPE_INCOMPATIBLE_WITH_SHARED_BUDGET @ operations[0].operand.budget


[api version]

googleads/googleads-php-lib/src/Google/AdsApi/AdWords/v201708


[source code]

use Google\AdsApi\AdWords\v201708\cm\BiddingStrategyType;

use Google\AdsApi\AdWords\v201708\cm\BiddingStrategyConfiguration;

use Google\AdsApi\AdWords\v201708\cm\MaximizeConversionsBiddingScheme;


$biddingStrategyConfiguration = new BiddingStrategyConfiguration();

$biddingStrategyConfiguration->setBiddingStrategyType(

    BiddingStrategyType::MAXIMIZE_CONVERSIONS);

$biddingScheme = new MaximizeConversionsBiddingScheme();

$biddingStrategyConfiguration->setBiddingScheme($biddingScheme);

$campaign->setBiddingStrategyConfiguration($biddingStrategyConfiguration);


Thanks,

Peter Oliquino

unread,
Sep 10, 2017, 11:22:02 PM9/10/17
to AdWords API Forum
Hi,

To better investigate the issue, could you provide your clientCustomerId and the complete SOAP request and response when you encountered the error? If you haven't enabled logging, you may refer to this guide as to how. You may reply via the Reply privately to author option.

Best regards,
Peter
AdWords API Team
Reply all
Reply to author
Forward
0 new messages