Reporting API
Get Campaign Report By Product
Endpoint to get a campaign’s total behavioral summary report, divided by products, between given dates.
GET
/
public
/
v1
/
reporting-service
/
campaigns
/
{campaign-id}
/
products
Path Parameters
campaign-id
string
requiredThe ID of the campaign.
Query Parameters
limit
integer
default: 100The pagination limit.
next_page
string
A token provided in a previous response. If not empty, it is used to retrieve the page that follows.
start_date
string
requiredThe start date for which reports will be generated.
end_date
string
requiredThe end date for which reports will be generated.
Response
200 - application/json
hasMore
boolean
requiredWhether this is the last page of results or not.
nextPage
string
A token to retrieve the next page of results.
reports
object[]
requiredA list with report data, separated by product