내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Time Spent per Visits(seconds)

Avatar

Level 2

Hi.

 

According to the instruction of AA help(https://experienceleague.adobe.com/docs/analytics/components/metrics/time-spent-per-visit.html?lang=...), 

the formula for Time Spent per Visits(seconds) metric should be <Total seconds spent / (visits - bounces)>. 

 

However, I am getting some different results in my workspace. 

 

zoe_kim_0-1627279710333.png

 

61,190,025 /(309,071 - 121,858) should be 327. But, as you can see, the number of 'Time Spent per Visit (seconds)' is 332. 

 

Why does it show a different result? 

Is there any exception for this metric? 

 

Thanks.

 

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

The reason there is a difference is because in Time Spent per Visits(seconds) calculation, not all visits are counted - only those that have the timespent seconds on page attribute set. This is not exactly the same as visits - bounces. For many visits, there could be no timespent set, and therefore they are not included in the avg timespent calculation. This ends up with fewer of the visits being counted than just subtracting the bounces, leading to a smaller denominator and therefore a larger calculated number.

 

It should be possible to create a segment that is "visits that have timespent seconds set (great than zero)", which would allow you to get the same number to use as your divisor that we are.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 7

@zoe_kim  It is not recommended to compare the manually calculated metric value with the given in workspace as there are some other factors involved as well in the algorithm after which the value in computed in the workspace.

Avatar

정확한 답변 작성자:
Employee

The reason there is a difference is because in Time Spent per Visits(seconds) calculation, not all visits are counted - only those that have the timespent seconds on page attribute set. This is not exactly the same as visits - bounces. For many visits, there could be no timespent set, and therefore they are not included in the avg timespent calculation. This ends up with fewer of the visits being counted than just subtracting the bounces, leading to a smaller denominator and therefore a larger calculated number.

 

It should be possible to create a segment that is "visits that have timespent seconds set (great than zero)", which would allow you to get the same number to use as your divisor that we are.

Avatar

Level 2
Thank you very much!