Lets you add or remove fields and customers for an event. You need to pass the entire payload of the event.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
eventName* | string | Name of the event. |
actions* | enum | Destination of the event. Values: |
description | string | A short description for the event. |
fields | obj | Configure fields for the current event with attributes: |
name | string | Name of the field. |
type | enum | Specify the type of the attribute. Values: |
addCustomerIfNotExists | obj | Set this value to |
valueType | enum | Data-type of the attribute. For example, |
value | string | Value of the attribute based on its |
For information on event uniqueness check, see Uniqueness check.