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

Want to track entry pages that have a system error

Avatar

Level 2

My task is the following. Find out which entry pages have system errors. Want to find out the number of visits that have system errors and how many times a specific error is shown across the visits.

 

For example, Error 404 occurs 100 times in 70 visits.

 

Thanks in advance.

Gene

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@Obeah 

To populate the 'Pages Not Found' report you must s.pageType to value "errorPage" on the pages whichreturn 404 error. Below is detailed article regarding this configuration variable:

 

https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/pagetype.html

 

Hope this helps

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

@Obeah 

To populate the 'Pages Not Found' report you must s.pageType to value "errorPage" on the pages whichreturn 404 error. Below is detailed article regarding this configuration variable:

 

https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/pagetype.html

 

Hope this helps