Session attributes changed
Record changes to session attributes.
This event tracks changes to session attributes.
Automatically tracked
The SDK automatically tracks this event when you update the session attributes.
Input properties
This event has no input properties.
Processed properties
These properties are automatically tracked:
- patchobject
A set of operations performed on the session attributes.
Payload examples
Below are some payload examples for this event:
123456789101112
{"type": "sessionAttributesChanged","patch": {"operations": [{"type": "set","path": "selectedPlan","value": "Premium"}]}}