How to get aggregated stats for a datapoint

// aggregated stats for datapoint with id = 1235467 for timeframe last 90 days

// GET http://apiv2.clickmeter.com/datapoints/123456/aggregated?timeframe=last30

/*

OUTPUT

{

 "entityId": "1235467",

 "activityDay": "20151210000000",

 "lastHitDate": "20151211190129",

 "totalClicks": 28,

 "uniqueClicks": 13,

 "conversionsValue": 20.0,

 "convertedClicks": 2,

 "uniqueConversions": 2,

 "entityData": {

   "datapointId": 1235467,

   "datapointName": "gg2h3j4nds",

   "datapointTitle": "some datapoint title",

   "datapointType": "TrackingLink",

   "groupId": 244504,

   "groupName": "group_name",

   "creationDate": "20121205115630",

   "destinationUrl": "mail.com",

   "trackingCode": "http://9nl.com/gg2h3j4nds"

 }

}

*/

Have more questions? Submit a request

0 Comments

Article is closed for comments.