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.
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
The page name variable is defined in the data layer.
Views
Replies
Total Likes
Can you copy the beacon output or a debugger print out of said pageload? Anonymize the url or pagename if its of concern.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes