/o/campaign?data

Retrieve click, install and other data about provided campaigns

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The property data contains standard Countly data by period encoding format. Providing data in buckets, year, month, day, hour.

It can have properties as:

  • clk - unique clicks
  • aclk - total clicks
  • ins - installs
  • ses - sessions
  • rev - revenue reports

So for example data:

"data": {
      "2016": {
        "3": {
          "19": {
            "14": {
              "aclk": 1,
              "clk": 1
            },
    			}
  		}
	}

Would mean there was 1 click / 1 unique click on 19th of March, 2016 between 14:00 and 14:59

Query Params
string

API_KEY of user, with permission to access this app

string

ID of the app for which to query

string

JSON string encoded array of campaign ids for which to fetch action data

string
Defaults to month

For which time period to provide data, possible values (month, 60days, 30days, 7days, yesterday, hour or [startMiliseconds, endMiliseconds] as [1417730400000,1420149600000])

string

(optional) name of callback function for JSONP output

Response

Language
LoadingLoading…
Response
Choose an example:
application/json