Get realtime map
GET https://datafa.st/api/v1/analytics/realtime/map
Return active visitors with location and device data, plus recent goal events and payments for the realtime map. Each visitor may include conversion prediction scores when enough revenue attribution data exists.
Active visitors are those with pageview activity in the last 10 minutes. Customers receive a prediction score of 100.
Request
Query parameters
websiteIddft_ account token on Website API routes. Omit with a df_ website key. Example: ?websiteId=665f0b3c4d2e1a0012345678.Response
Returns a JSON object with
status: "success" and endpoint-specific fields in data (and pagination when the endpoint is paginated).Response fields
data.countdata.visitorsdata.conversionMetricsdata.hasConversionPredictionsdata.recentEventsdata.recentPaymentsAuthentication
df_website API key: The website is inferred from the key. You do not need awebsiteIdquery parameter.dft_account token: Requiresanalytics:readpermission and?websiteId=on every request. The token must be allowed to access that website.
Read authentication and scopes for token creation, permission lists, and scoped tokens.
Errors
404 — Website not found.
See API errors for the standard error envelope, auth failures, validation errors, permission errors, and rate limits.