UserEvent
Version 2024-04-01
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 23 days ago