Skip to content

Commit

Permalink
Include is_autobid in list of attributes for Ad Sets
Browse files Browse the repository at this point in the history
Need to include this column if we want to update its value. This should
have been part of the changes for 0.4.0 but since that isn't released
yet we can sneak this in.
  • Loading branch information
tfe committed Aug 3, 2017
1 parent e3c3216 commit 1431a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facebook_ads/ad_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AdSet < Base
id account_id campaign_id
name
status configured_status effective_status
bid_amount billing_event optimization_goal pacing_type
is_autobid bid_amount billing_event optimization_goal pacing_type
daily_budget budget_remaining lifetime_budget
promoted_object
targeting
Expand Down

0 comments on commit 1431a09

Please sign in to comment.