Event
A structure that contains the information about one evaluation event or custom event sent to Evidently. This is a JSON payload. If this event specifies a pre-defined event type, the payload must follow the defined event schema.
Contents
- data
-
The event data.
Type: String
Required: Yes
- timestamp
-
The timestamp of the event.
Type: Timestamp
Required: Yes
- type
-
aws.evidently.evaluation
specifies an evaluation event, which determines which feature variation that a user sees.aws.evidently.custom
specifies a custom event, which generates metrics from user actions such as clicks and checkouts.Type: String
Valid Values:
aws.evidently.evaluation | aws.evidently.custom
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: