Skip to content

Commit

Permalink
Update add campaigns example to remove ecpc setting (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRKarl authored Jan 14, 2025
1 parent 6c205c4 commit 51f601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_operations/add_campaigns.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main(client, customer_id):
campaign.status = client.enums.CampaignStatusEnum.PAUSED

# Set the bidding strategy and budget.
campaign.manual_cpc.enhanced_cpc_enabled = True
campaign.manual_cpc = client.get_type("ManualCpc")
campaign.campaign_budget = campaign_budget_response.results[0].resource_name

# Set the campaign network options.
Expand Down

0 comments on commit 51f601c

Please sign in to comment.