Event and session properties let you attach custom-defined key-value pairs to user events and user sessions, using the namespaces event_properties and session_properties.
Event and session properties must be configured before they can be used. Incoming event and session properties that are not configured are dropped during event ingest.
To configure an event or session property
Experience Vitals, select the frontend for which you want to add the property.cart.total_value.string, boolean, or number.Note that the field name is always prefixed with either event_properties. or session_properties., depending on the selected type, for example event_properties.cart.total_value
Event and session properties can be sent via the JavaScript API:
addEventModifier.sendSessionPropertyEvent.event_properties. / session_properties. prefix)._, and dot ..