Skip to content

Commit

Permalink
define AdSet.PacingType.no_pacing
Browse files Browse the repository at this point in the history
Summary: Add support for no_pacing pacing type

Test Plan: NP
  • Loading branch information
Luca Bruno authored and Ritu committed Oct 20, 2015
1 parent 9405d92 commit 4c28237
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 @@ -1357,6 +1357,7 @@ class OptimizationGoal(object):
class PacingType(object):
day_parting = 'day_parting'
standard = 'standard'
no_pacing = 'no_pacing'

@classmethod
def get_endpoint(cls):
Expand Down

0 comments on commit 4c28237

Please sign in to comment.