post
https://api.acc.funtrips.io/{stage}/analytics/events
Accepts a batch of analytics events from the mobile SDK. The batch is enqueued for async processing — the caller receives 202 immediately.
Every event carries event_type (dot-namespaced), occurred_at (ISO 8601 device timestamp),
and an optional properties map with event-specific fields:
| event_type | properties |
|---|---|
session.start | source (string), is_first_session (boolean) |
session.end | duration_ms (integer) |
screen.view | screen (string), duration_ms (integer) |
interaction.tap | element (string), screen (string) |
interaction.search | query (string), screen (string), result_count (integer) |
Any event may carry an optional exception subfield (see AnalyticsException) and/or
an optional performance subfield (see AnalyticsPerformance) describing the cost of
the event itself.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
202Batch accepted for processing.
