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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

Occurrences and Page Views in Adobe Analytics

Avatar

Level 2

Hi,

Could anyone please help me understand in which case or scenario, Occurrences and Page Views are exactly equal?

Is it because of some configuration set by us. What wrong am I doing here.

1619803_pastedImage_0.png

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

hi. you're not doing wrong anything, it's a question of the metric/dimension you are looking at.

technically "page" is a prop which ONLY can be set on a pageview!  that means, if you are looking at "how many times a page appears in database" (occurencies) it is the same as "how many page views has a certain page" (pageviews).

if you want to count "page views" AND "custom actions" (download/exit/...) for a certain page take an eVar (with at least pageView expiration) for the pagename instead.

원본 게시물의 솔루션 보기

4 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

hi. you're not doing wrong anything, it's a question of the metric/dimension you are looking at.

technically "page" is a prop which ONLY can be set on a pageview!  that means, if you are looking at "how many times a page appears in database" (occurencies) it is the same as "how many page views has a certain page" (pageviews).

if you want to count "page views" AND "custom actions" (download/exit/...) for a certain page take an eVar (with at least pageView expiration) for the pagename instead.

Avatar

Level 2

Thanks Ursboller. IT is helpful.

Just one query, when we pass s.pagename in any "custom action", does it count pageview?

Avatar

Community Advisor

pageview is triggered if it is not a s.tl call (no custom/exit/download link)

and if you send pagename, it will be deleted during processing on s.tl calls

Avatar

Level 2

Thanks Ursboller. That is really informative.