Method: Adzerk::InstantCount#bulk

Defined in:
lib/adzerk/instant_count.rb

#bulk(data = {}) ⇒ Object



9
10
11
12
13
# File 'lib/adzerk/instant_count.rb', line 9

def bulk(data={})
  url = "instantcounts/bulk"
  response = @client.post_json_request(url, data)
  parse_response(response)
end