Hi!
I have a problem. When creating a campaign like:

$campaign = new Campaign([
    'name' => new StringValue(['value' => $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
]);

Введите код...

its still creating with manual cpc but also with checkbox "Help increase 
conversions with Enhanced CPC" in campaign->settings->bidding
How I can turn it off using API? It will good to turn it off when creating 
with no more requests...
Thanks a lot! 
Look forward to answers!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0d11a4aa-241d-4b63-aca4-6ace3c732ad6%40googlegroups.com.

Reply via email to