How Amplitude calculates session length
이 페이지는 아직 귀하의 언어로 번역되지 않았습니다. 현재 작업 중이므로 곧 다시 확인해 주십시오.
When you use session ID as the session property, Amplitude calculates session length with this formula:
plaintext
*max(client\_event\_time) - min(client\_event\_time)*
In this formula:
client_event_timeis the local timestamp (UTC) when the device logged the event.min(client_event_time)is the local timestamp (UTC) of the first event logged by the device.max(client_event_time)is the local timestamp (UTC) of the last event logged by the device.
Amplitude excludes hidden, inactive, and deleted events from the session length calculation.
Example event sequence:
Event A --> Event B --> Event C --> Event D
If Event C and Event D are hidden, inactive, or deleted, Amplitude uses max(client_event_time) from Event B instead of Event D.
For more information about how Amplitude tracks sessions, refer to Track sessions.
이 내용이 도움이 되었나요?