Active Time
Active Time is tracked by creating a timestamp of activity once an event is first generated and then using this timestamp as a starting point to further measure incremented time. Once an initial timestamp is created, we track additional incoming events in blocks of one minute. For every minute of the day a visitor generates an event (page load or click), we count that as a one minute block of time and a user’s total active time for the day increments by 1.
Example
In this example, John Smith logs into our client’s software for the first time on May 21 and begins to generate events. The table below represents those interactions and illustrates how active time accrues for John Smith throughout the day.
Event |
Clock Time |
Event |
Active Time for May 21 (minutes) |
---|---|---|---|
- |
- |
- |
0 |
1 |
8:58:14.165 AM |
page load |
1 |
2 |
8:58:18.200 AM |
click |
1 |
3 |
8:58:55.830 AM |
click |
1 |
4 |
8:59:01.333 AM |
page load |
2 |
5 |
9:02:25.143 AM |
page load |
3 |
6 |
9:02:34.022 AM |
click |
3 |
7 |
9:03:10.845 AM |
click |
4 |
8 |
10:34:00.022 AM |
page load |
5 |
9 |
10:35:46.652 AM |
page load |
6 |
10 |
10:35:59.999 AM |
click |
6 |
11 |
10:36:00.001 AM |
click |
7 |
12 |
10:37:00.001 AM |
click |
8 |
13 |
1:34:20.794 PM |
page load |
9 |
14 |
2:05:27.553 PM |
page load |
10 |
At the end of the day, John Smith has accrued 10 total minutes of active time for May 21. As seen in the example, a single event during a clock minute will count as a whole minute of active time. Likewise, any number of events during the same clock minute only count as a single minute of active time.
If you would like more information on how to adjust for different timelines, click here.
Comments
0 comments
Article is closed for comments.