UserEvent
Version 2024-01-01
Important
The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.
Overview
Specifies the attributes of each user event.
Arguments
Argument | Description |
---|---|
additionalProperties (AdditionalPropertiesInput) | Additional properties which can be specified as AdditionalPropertiesInput. |
clientType (ClientType required) | Type of client that is sending events. |
clientVersion (String required) | Version of client sending events. |
eventId (String required) | Event identifier. |
eventTime (String required) | Event datetime in ISO 8601 format. |
eventType (String required) | Type of event. The size should be greater than or equal to 3 and less than or equal to 64. |
schemaName (String) | Name of schema which the event conforms to. For e.g clickstream-common-attributes-schema, clickstream-all-events-all-attributes-schema The size should be greater than or equal to 3 and less than or equal to 256. |
schemaVersion (String) | Version of schema which the event conforms to. Fetches the latest schema for the given name if no version number is specified. |
Updated 3 days ago