We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c205c4 commit 51f601cCopy full SHA for 51f601c
examples/basic_operations/add_campaigns.py
@@ -70,7 +70,7 @@ def main(client, customer_id):
70
campaign.status = client.enums.CampaignStatusEnum.PAUSED
71
72
# Set the bidding strategy and budget.
73
- campaign.manual_cpc.enhanced_cpc_enabled = True
+ campaign.manual_cpc = client.get_type("ManualCpc")
74
campaign.campaign_budget = campaign_budget_response.results[0].resource_name
75
76
# Set the campaign network options.
0 commit comments