CPC (enhanced) via php API

41 views
Skip to first unread message

Dima

unread,
Jun 12, 2019, 5:24:20 PM6/12/19
to AdWords API and Google Ads API Forum
 how to turn off CPC (enhanced) via api? I am creating campaings like:
$campaign = new Campaign([
    'name' => new StringValue(['value' => "AI_" . $this->log->unique_id . "_" . $this->log->parameters->name]),
    'advertising_channel_type' => AdvertisingChannelType::SEARCH,
    'status' => Constants\Status::ENABLED,
    'bidding_strategy_type' => BiddingStrategyType::MANUAL_CPC,
    'manual_cpc' => new ManualCpc(),
    'campaign_budget' => $budgetResourceName,
    'network_settings' => $networkSettings,
    'start_date' => $startDate,
    'end_date' => $endDate
]);

but it is still creating with that checkbox 

"Help increase conversions with Enhanced CPC" in campaing -> settings -> bidding

it will be greate to create campaigns without that (with no more requests).

Google Ads API Forum Advisor Prod

unread,
Jun 13, 2019, 1:47:38 AM6/13/19
to adwor...@googlegroups.com
Hi Dima,

Thanks for raising your concern. I am happy to provide support to your concern.

In order to set the Manual CPC as bidding strategy type to your campaign, you need to set the enhancedCpcEnabled field as false. The said field is default to true when you will not include this is your request and the bidding strategy that will be set to campaign will become CPC (enhance).

Let me know if you have questions/clarifications.

Regards,
Ejay
Google Ads API Team

ref:_00D1U1174p._5001UBmzTx:ref
Reply all
Reply to author
Forward
0 new messages