Learn how to backfill historical visits to the Analytics API
request_timestamp
parameter. This allows you to import past analytics data and maintain complete historical records in your analytics dashboard.
When logging visits, you can include an request_timestamp
field in your request to specify when the visit originally occurred. This timestamp will be used for analytics reporting instead of the time when the API receives the request.
If no request_timestamp
is provided, the server will automatically use the current time when the request is received.