Nothing changed
Learn how to track periods of inactivity.
This event reports when a user becomes inactive on your site or application. Inactivity typically occurs when they stop interacting for a defined timeout period. It often means the user has switched tabs, moved to another application, or stepped away from their device.
Automatically tracked
The SDK automatically tracks this event when the user becomes inactive.
Input properties
This event has no input properties.
Processed properties
These properties are automatically tracked:
- sinceTimenumber
The timestamp when an activity was last observed, in milliseconds since the Unix epoch.
Payload examples
Below are some payload examples for this event:
1234
{ "type": "nothingChanged", "sinceTime": 0}