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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

Customers with highest dwell times

Avatar

Level 2

Hi, I'm trying to create a report to list customers with the highest dwell times.

We're currently passing in Customer ID into eVar and a prop (part of an implementation before my time).

I'd imagine I need to use Time Spent per Visit metric and the eVar. Will this capture all their time on site? I'm assuming the prop would just capture the time after they login... is this correct?

Any help appreciated!

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

see here for information about Time Spent

if you have an evar which doesn't expire after one hit (eg. visit or never), you can use this to calculate the average times.

in workspace just drag the evar as dimension and time spent as metric and you get the "time" per "id" (measured for as long as the evar exists or defined by the metric)

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

you need the evar to see the times until the evar looses the value. the prop is just on a single call and want get you any timespan.

using "time spent per visit" can help you for this

Avatar

Level 2

Thanks. Just wanted to check a few points.

We populate the eVar with Customer ID only when they login; does this mean the Time Spent per visit will just show how long they spend after they have logged-in? Is it possible to get the time they are on site when not logged-in?

What is the definition of Time Spent per Visit? Does the time counter end when a user exits site?

Avatar

정확한 답변 작성자:
Community Advisor

see here for information about Time Spent

if you have an evar which doesn't expire after one hit (eg. visit or never), you can use this to calculate the average times.

in workspace just drag the evar as dimension and time spent as metric and you get the "time" per "id" (measured for as long as the evar exists or defined by the metric)

Avatar

Level 2

Thanks very much