lib/adparlor/facebook/graph_api/fields/campaign.rb in adparlor-facebook-0.7.0 vs lib/adparlor/facebook/graph_api/fields/campaign.rb in adparlor-facebook-0.7.1
- old
+ new
@@ -18,30 +18,33 @@
:stop_time,
:updated_time,
:spend_cap,
:budget_rebalance_flag,
:pacing_type,
- :bid_strategy
+ :bid_strategy,
+ :special_ad_category
]
CREATE_FIELDS = [
:name,
:objective,
:status,
:buying_type,
:promoted_object,
:spend_cap,
:execution_options,
:adlabels,
- :budget_rebalance_flag
+ :budget_rebalance_flag,
+ :special_ad_category
]
UPDATE_FIELDS = [
:name,
:objective,
:status,
:spend_cap,
:execution_options,
:adlabels,
- :budget_rebalance_flag
+ :budget_rebalance_flag,
+ :special_ad_category
]
end
end
end
end