Skip to content

Commit

Permalink
Added autobid
Browse files Browse the repository at this point in the history
Summary: Added autobid to adset object

Test Plan: Read diff
  • Loading branch information
Evan Chen committed Mar 25, 2015
1 parent 5679bbf commit faa373b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facebookads/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@ class Field(HasBidInfo, object):
daily_budget = 'daily_budget'
end_time = 'end_time'
id = 'id'
is_autobid = 'is_autobid'
lifetime_budget = 'lifetime_budget'
name = 'name'
pacing_type = 'pacing_type'
Expand Down

0 comments on commit faa373b

Please sign in to comment.