Module: Adparlor::Facebook::GraphApi::Fields::Campaign

Included in:
Campaign
Defined in:
lib/adparlor/facebook/graph_api/fields/campaign.rb

Constant Summary collapse

FIELDS =
[:id, :adlabels, :account_id, :buying_type, :can_use_spend_cap,
:configured_status, :created_time, :effective_status, :name,
:objective, :start_time, :stop_time, :updated_time, :spend_cap]
CREATE_FIELDS =
[:name, :objective, :status, :buying_type, :promoted_object,
:spend_cap, :execution_options, :adlabels, :budget_rebalance_flag]
UPDATE_FIELDS =
[:name, :objective, :status, :spend_cap, :execution_options,
:adlabels, :budget_rebalance_flag]