Logs
Track logs from your data source in PlayerZero.
This is an advanced feature. We recommend exploring our SDKs and other integrations first before implementing a direct integration with our API endpoint. The most common use case for this endpoint is to send errors and tracked events from mobile and iOS devices.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Specifies whether this data is coming from a production source or not.
The name of the dataset you'd like to associate this data to. Not required, but highly recommended.
Body
The traceId
associated with the log, if there is one.
The spanId
associated with the log, if there is one.
Must be one of
FATAL
ERROR
WARN
INFO
DEBUG
TRACE
The value of the event. This may be something like Opened App
or Started Onboarding
. Label this as something that would
cue you to know what the user was doing in this moment.
The timestamp of the event in JSON format (ie. 2023-11-25T13:08:50.782Z
)
The number of times the log occurred. Default is 1.
A key, value pairing of arbitrary event metadata that is useful to tag to your event.
Was this page helpful?