/o/campaign?data

Retrieve click, install and other data about provided campaigns

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

Language