Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Visits and other traffic metrics but no page views?

Avatar

Level 2

Hi!

I recently implemented 2 new suites (for new sites) in my Adobe Analytics account, but for some reason they arent receiving page views?

All other standard traffic metrics such as visits, visitors, bounce rate, etc. are working fine, however every day has 0 page views on both suites.

Using Dynamic Tag Manager for implementation, do I need to define a rule within DTM for them to pass into AA?

All of my rules are firing and recording fine as well, I just cant figure out why it says i have 0 page views while I have several hundred visits a day.

1 Accepted Solution

Avatar

Correct answer by
Employee

This looks like a standard situation of only s.tl() call being implemented and not a s.t() call.

Please check the server call and see if all of them have the 'pev' parameter. If yes, then that's an s.tl() call. These calls even if have Page related info, no page related attributes like PageName, Pageviews etc. are recorded as s.tl() is by default considered a link track call and not a page OnLoad call.

If above proves true for your implementation, check your DTM setup and ensure you are using s.t() for PageLoad.

View solution in original post

4 Replies

Avatar

Community Advisor

Are you collecting the pagname variable in your data request when capturing analytics? Is it defined in the data layer?  Maybe a beacon output will help troubleshoot the issue.

Avatar

Level 2

The page name variable is defined in the data layer.

Avatar

Community Advisor

Can you copy the beacon output or a debugger print out of said pageload? Anonymize the url or pagename if its of concern.

Avatar

Correct answer by
Employee

This looks like a standard situation of only s.tl() call being implemented and not a s.t() call.

Please check the server call and see if all of them have the 'pev' parameter. If yes, then that's an s.tl() call. These calls even if have Page related info, no page related attributes like PageName, Pageviews etc. are recorded as s.tl() is by default considered a link track call and not a page OnLoad call.

If above proves true for your implementation, check your DTM setup and ensure you are using s.t() for PageLoad.