Skip to content

Commit

Permalink
Merge 1fdac5d into 5f3cbd4
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonkrasny committed May 6, 2019
2 parents 5f3cbd4 + 1fdac5d commit 7bcf135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facebook_ads/ad_insight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module FacebookAds
# https://developers.facebook.com/docs/marketing-api/insights/overview
# https://developers.facebook.com/docs/marketing-api/insights/fields/v2.8
class AdInsight < Base
FIELDS = %w[account_id campaign_id adset_id ad_id objective impressions unique_actions cost_per_unique_action_type clicks cpc cpm cpp ctr spend reach relevance_score].freeze
FIELDS = %w[account_id campaign_id adset_id ad_id objective impressions unique_actions cost_per_unique_action_type clicks cpc cpm cpp ctr spend reach].freeze

class << self
def find(_id)
Expand Down

0 comments on commit 7bcf135

Please sign in to comment.