Hello Adobe Community !
I have a question regarding the Entry Page report.
I tried to simulate the Entry Pages report doing a hit depth = 1 breakdowned with de pages report.
But this did't match.
Then I tried doing the same thing with the Visit Depth = 1 breankdown with pages - but still not the same results than Entry Page.
Could you explain why ?
Cheers to the adobe analytics community !
Mario
Solved! Go to Solution.
Views
Replies
Total Likes
Hit Depth 1 != Entry pages could be when your first hit on the site does not contain a pageName, then it won't be counted as a page view nor as an entry page, afaik.
However I don't know why visit depth doesn't work.
Views
Replies
Total Likes
Sorry,
I found out that I was not using the right metric...
IT's the same when using the Visits metric !!
Views
Replies
Total Likes
Hit Depth 1 != Entry pages could be when your first hit on the site does not contain a pageName, then it won't be counted as a page view nor as an entry page, afaik.
However I don't know why visit depth doesn't work.
Views
Replies
Total Likes
it works, but only with Visit metric !
Views
Replies
Total Likes
Hello,
I have same question today.
My understanding is: the hit depth = 1 is the first page you see.
once any click happens, the hit depth should = 2
It's based on this post: Hit Depth
So, I am wondering why "entry page" cannot match the page those hit depth = 1
Views
Replies
Total Likes
One of the reasons when it will not match. suppose you opened the website, session expired and when you came back to the site, you clicked one link which did not generate page view(for example pop-up opened for video) but hit becomes 1. and now you click on the other link and in that case page view is generated, the page becomes the entry page but wont be equivalent to hit=1
Views
Replies
Total Likes
Kamgir,
Yes that's possible, but here the problem is, the amount is huge.
There are 2 items, 1 is Home Page, another is Category page, they got about 100K visits/week as the "Entry Page", but only about 1K as the "hit depth = 1".
Frankly speak, I don't really think there are so many visitors did actions as in your posts...
Anyway, thanks for your reply.
H
Views
Replies
Total Likes
How do the tracking calls look like? You could post the variables of the first tracking call which is sent to the tracking server, then we can tell more.
Views
Replies
Total Likes
Hello @H_L ,
Could it be that the app Lifecycle hit is poluting the entry pags for your first hits ?
Cheers !
Views
Replies
Total Likes
Hello marion33678522,
Perhaps in other channel, but what I created segment is for all traffic from "Organic Search" only.
So, I don't see the possibility of that.
Thanks for your reply.
H
Views
Replies
Total Likes
Hello alv12345,
Sorry I have no idea how to get variables of the tracking call, I may need to ask help from IT.
Or please introduce how to get them by Adhoc or DataWare House
Thanks for your reply.
H
Views
Replies
Total Likes
Open the developer tools in your browser (usually F12), look for the network tab which displays requests you are sending, look for the tracking request (usually it contains the pattern "/b/ss/" ) and then you can see what you send to Adobe. v's are eVars, c's are props. But it also depends on the implementation.
Views
Replies
Total Likes