Custom Events

Use the recommended Cart Interaction, Catalog Interaction, and Order Interaction data models provided by the Salesforce Interactions SDK to use the unified data model across Salesforce. You can create and capture custom events in addition to the recommended interaction data models.
Define the shape of the custom event in the Web Connector schema. For example:

Then, in Salesforce Interactions SDK, specify the eventType or name field, and required fields that aren’t set via Automatic Population of Required CDP Fields to capture this event.

If eventType isn’t provided but name is, then eventType defaults to the value of name.

Note