Download load counts for specific event
We've been asked to add the option to download load counts separately for each tracking map in a CSV file. So we added the corresponding button in the analytics section of the event. Using the hourly loads especially our resellers can further process the data and create custom presentable graphics for reporting to their clients.
You like working with automatization? You might prefere calling the hourly load counts through an API. The format of the API is https://racemap.com/api/events/eventId
/pageviews?startTime
=2023-03-13T23:00:00.000Z&endTime
=2023-03-15T23:59:59.999Z
Just replace eventId
with the id of your tracking map, the values for startTime
and endTime
are expected in UTC.