class Adparlor::Facebook::GraphApi::CustomConversion

Public Instance Methods

stats() click to toggle source
# File lib/adparlor/facebook/graph_api/custom_conversion.rb, line 16
def stats
  @stats ||= CollectionProxy.new AdsPixelStat, "#{id}/stats", access_token
end
update_path() click to toggle source
# File lib/adparlor/facebook/graph_api/custom_conversion.rb, line 11
def update_path
  raise FbError.new('required parameter id missing', 500) unless id
  "/#{id}"
end