Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.7 KB

CampaignUpdateRequest.md

File metadata and controls

26 lines (21 loc) · 2.7 KB

CampaignUpdateRequest

Properties

Name Type Description Notes
id str Campaign ID.
ad_account_id str Campaign's Advertiser ID. If you want to create a campaign in a Business Account shared account you need to specify the Business Access advertiser ID in both the query path param as well as the request body schema.
name str Campaign name. [optional]
status str [optional]
lifetime_spend_cap int, none_type Campaign total spending cap. Required for Campaign Budget Optimization (CBO) campaigns. This and "daily_spend_cap" cannot be set at the same time. [optional]
daily_spend_cap int, none_type Campaign daily spending cap. Required for Campaign Budget Optimization (CBO) campaigns. This and "lifetime_spend_cap" cannot be set at the same time. [optional]
order_line_id str, none_type Order line ID that appears on the invoice. [optional]
tracking_urls {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional]
start_time int, none_type Campaign start time. Unix timestamp in seconds. Only used for Campaign Budget Optimization (CBO) campaigns. [optional]
end_time int, none_type Campaign end time. Unix timestamp in seconds. Only used for Campaign Budget Optimization (CBO) campaigns. [optional]
is_flexible_daily_budgets bool, none_type Determine if a campaign has flexible daily budgets setup. [optional]
default_ad_group_budget_in_micro_currency int, none_type When transitioning from campaign budget optimization to non-campaign budget optimization, the default_ad_group_budget_in_micro_currency will propagate to each child ad groups daily budget. Unit is micro currency of the associated advertiser account. [optional]
is_automated_campaign bool, none_type Specifies whether the campaign was created in the automated campaign flow [optional]
is_campaign_budget_optimization bool, none_type Determines if a campaign automatically generate ad-group level budgets given a campaign budget to maximize campaign outcome. When transitioning from non-cbo to cbo, all previous child ad group budget will be cleared. [optional]
objective_type str, none_type [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]