GET
/
public
/
v1
/
reporting-service
/
campaigns
/
{campaign-id}
/
daily

Path Parameters

campaign-id
string
required

The ID of the campaign.

Query Parameters

limit
integer
default: 100

The 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
required

The start date for which reports will be generated.

end_date
string
required

The end date for which reports will be generated.

purchase_count_by_product
boolean
default: false

Whether to include the purchase count by product inside purchases. Defaults to False.

Response

200 - application/json
hasMore
boolean
required

Whether this is the last page of results or not.

nextPage
string

A token to retrieve the next page of results.

reports
object[]
required

A list with report data aggregated by day.