lib/facebook_ads/ad.rb in facebook_ads-0.6.3 vs lib/facebook_ads/ad.rb in facebook_ads-0.6.4
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module FacebookAds
# An ad belongs to an ad set. It is created using an ad creative.
# https://developers.facebook.com/docs/marketing-api/reference/adgroup
class Ad < Base
FIELDS = %w[id account_id campaign_id adset_id adlabels bid_amount bid_info bid_type configured_status conversion_specs created_time creative effective_status last_updated_by_app_id name tracking_specs updated_time ad_review_feedback].freeze