class Outbrain::Api::PromotedLinkPerformanceReport

Constants

PATH

Public Class Methods

path(options) click to toggle source
# File lib/outbrain/api/promoted_link_performance_report.rb, line 8
def self.path(options)
  "campaigns/#{options.fetch(:campaign_id)}/#{PATH}/"
end