The Track call is how you record any actions your users perform, along with any properties that describe the action.
Authorization header for the request, in the format Bearer <token>. Find your token at https://app.dittofeed.com/dashboard/settings#write-key.
Authorization header for the request, in the format Bearer <token>. Find your token at https://app.dittofeed.com/dashboard/settings#write-key.
Unique identifier for the message, used as an idempotency key for safe retries. Can provide a UUID.
Name of the action that a user has performed.
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.
Free-form dictionary of properties of the event, like revenue or product name. Can contain arbitrary JSON values.
Provides metadata about the user submitting the event and the context in which the event occurred.
An empty String
An empty String