Hello,
Persisted variables, such as eVars, count towards total seconds spent. Traffic variables, such as props, include seconds spent across subsequent link tracking calls.
https://experienceleague.adobe.com/en/docs/analytics/components/metrics/total-seconds-spent
My current calculation rules are:
page_name post_cus_hit_time
page A 11:00:10
page B 11:00:20
page C 11:00:25
page A total spent time is 11:00:20- 11:00:10 = 10s
page B total spent time is 11:00:25-11:00:20= 5s
However, this result is different from the one in the workspace.
I found that eVars and props are also included in the total spent time. Currently, my calculation rules only use post_visid_high, post_visid_low, post_pagename, visit_num, visit_page_num, and cust_hit_time_gmt to calculate spent_time. How should I calculate the corresponding spent_time for eVars and props?