Skip to content

Commit

Permalink
Merge e18dcdf into 86d7322
Browse files Browse the repository at this point in the history
  • Loading branch information
cte committed Mar 8, 2019
2 parents 86d7322 + e18dcdf commit cc42754
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion lib/facebook_ads/ad_set.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module FacebookAds
# https://developers.facebook.com/docs/marketing-api/reference/ad-account/adsets
# https://developers.facebook.com/docs/marketing-api/reference/ad-campaign
class AdSet < Base
FIELDS = %w[
id
Expand All @@ -21,6 +21,9 @@ class AdSet < Base
lifetime_budget
promoted_object
targeting
attribution_spec
start_time
end_time
created_time
updated_time
].freeze
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc42754

Please sign in to comment.