POST /api/public/apps/screen
The screen call lets you record whenever a user sees a screen, the mobile equivalent of page, in your mobile app, along with any properties about the screen
The following is an example of a screen body.
Authorizations
Authorization header for the request, in the format Bearer <token>
. Find your token at https://app.dittofeed.com/dashboard/settings#write-key.
Headers
Authorization header for the request, in the format Bearer <token>
. Find your token at https://app.dittofeed.com/dashboard/settings#write-key.
Body
Unique identifier for the message, used as an idempotency key for safe retries. Can provide a UUID.
Unique identifier for the user. Should be the id of the user in your system. Only applicable to logged in users.
ISO 8601 formatted timestamp of when the event occurred. If not provided, the current server time will be used.
Provides metadata about the user submitting the event and the context in which the event occurred.
Name of the screen visited by the user.
Free-form dictionary of properties of the screen, like title.
Response
An empty String