lib/adparlor/facebook/graph_api/fields/campaign.rb in adparlor-facebook-0.7.2 vs lib/adparlor/facebook/graph_api/fields/campaign.rb in adparlor-facebook-0.7.3

- old
+ new

@@ -19,11 +19,11 @@ :updated_time, :spend_cap, :budget_rebalance_flag, :pacing_type, :bid_strategy, - :special_ad_category, + :special_ad_categories, :daily_budget, :lifetime_budget ] CREATE_FIELDS = [ :name, @@ -32,23 +32,21 @@ :buying_type, :promoted_object, :spend_cap, :execution_options, :adlabels, - :budget_rebalance_flag, - :special_ad_category, + :special_ad_categories, :daily_budget, :lifetime_budget ] UPDATE_FIELDS = [ :name, :objective, :status, :spend_cap, :execution_options, :adlabels, - :budget_rebalance_flag, - :special_ad_category, + :special_ad_categories, :daily_budget, :lifetime_budget ] end end