Nothing changed
Record a period of user inactivity
This event monitors periods of time when a user is inactive, meaning that no event has been recorded for a certain period of time, which typically occurs when a user switches to another application or tab.
Automatically tracked
The SDK automatically tracks this event after 30 seconds of inactivity, with decreasing frequency as idle time increases, capped at four events per hour.
Input properties
This event has no input properties.
Processed properties
These properties are automatically tracked:
- sinceTimenumber
The time when a user became inactive, in milliseconds, since the Unix epoch.
Payload examples
Below are some payload examples for this event:
1234
{"type": "nothingChanged","sinceTime": 1630000000000}