Get daily campaign result data
Campaign
Daily Campaign Result
Returns hourly data for credit deductions and campaign results for a given campaign on a specific date.
GET
Get daily campaign result data
Authorizations
Headers
The name of the schema to be used for the request
Path Parameters
Unique ID of the campaign (e.g., campc005bf8a)
Response
Hourly analytics data of the campaign for a specific day
Date of the campaign analytics
Example:
"2025-08-23"
Hourly time intervals (0–23)
Example:
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23
]Credits used per hour
Example:
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]Change in credit usage compared to the previous period
Example:
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]Campaign results per hour
Example:
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]Change in campaign results compared to the previous period
Example:
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]