Analytics
Retrieve campaign analytics
Retrieves analytics for a program.
get/campaign/{id}/analytics
Path parameters
idstring required
GrowSurf program ID.
Query parameters
daysinteger
Last number of days to retrieve analytics for. Defaults to 365. Maximum 1825.
startDateinteger
Start date of the analytics timeframe as a Unix timestamp in milliseconds. Required if days is not set.
endDateinteger
End date of the analytics timeframe as a Unix timestamp in milliseconds. Required if days is not set.
Response
Campaign analytics returned.