Sha256: b38c13748e1363d5014fe37aa17ec03f64eb29b1cbb5f181e3916ca520fb98d3
Contents?: true
Size: 629 Bytes
Versions: 17
Compression:
Stored size: 629 Bytes
Contents
class CityGrid class API class Advertising class Performance < Advertising class << self def summary type, options = {} token = extract_auth_token options request_and_handle :post, "#{endpoint}/#{type}", :body => options.to_json, :headers => merge_headers("authToken" => token) end end define_action :daily, :post, "campaign/daily", :auth_token => true, :format => false define_action :actions, :post, "campaign/actions", :auth_token => true, :format => false end end end end
Version data entries
17 entries across 17 versions & 1 rubygems