Reports
Get Click Report
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
group_by?string
Value in
- "day"
- "week"
- "month"
from?string
Format
date-timeto?string
Format
date-timeResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/reports/clicks"{ "report": { "aggregation": { "clickConversionRate": { "actualValue": "string", "absoluteChange": "string", "relativeChange": "string" }, "numberOfActiveUsers": { "actualValue": "string", "absoluteChange": "string", "relativeChange": "string" }, "numberOfClicks": { "actualValue": "string", "absoluteChange": "string", "relativeChange": "string" } }, "data": [ {} ] }}{ "message": "string", "errors": { "property1": [ "string" ], "property2": [ "string" ] }}{ "message": "string", "errors": { "property1": [ "string" ], "property2": [ "string" ] }}{ "message": "string", "errors": { "property1": [ "string" ], "property2": [ "string" ] }}