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 define a new property
Experience Vitals, select the frontend for which you want to add the property.cart.total_value).string, boolean, or number.Dynatrace automatically prefixes your field name with event_properties. or session_properties. based on the property type you selected. For example, a field name of cart.total_value will become event_properties.cart.total_value.
Event and session properties can be sent via the New RUM APIs:
addEventModifier.sendSessionPropertyEvent.event_properties. / session_properties. prefix)._, and dot ..String, Int, Long, Double, Boolean).String, the length is limited to 1,000 characters.Valid examples:
event_properties.purchase_stateevent_properties.cart.total_valuesession_properties.product_tiersession_properties.loyalty_status