Create customer events
Use this endpoint to capture user activity throughout a session. A variety of event types are available which can be used to model specific user interactions, such as interacting with an offer, denoting an impression from an Ad and exploring a history of offer redemptions.
Some event types also require a metadata object to be provided in order to accurately represent the behavior being modeled. See the ClientEventMessage type definition for more information.
1 | |
Input Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| clientEvents | ClientEventMessage[] | Required | A list of client event messages |
Output
This endpoint returns an HTTP response indicating success or failure.
Example
Request
1 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
Response
1 2 3 | |