Skip to main content
sanketd28
Level 2
November 12, 2018
Répondu

Occurrences and Page Views in Adobe Analytics

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.

Ce sujet a été fermé aux réponses.
Meilleure réponse par Urs_Boller

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 commentaires

Urs_Boller
Community Advisor
Urs_BollerCommunity AdvisorRéponse
Community Advisor
November 12, 2018

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.

sanketd28
sanketd28Auteur
Level 2
November 13, 2018

Thanks Ursboller. IT is helpful.

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

Urs_Boller
Community Advisor
Community Advisor
November 13, 2018

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

sanketd28
sanketd28Auteur
Level 2
November 13, 2018

Thanks Ursboller. That is really informative.