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

so will I see data coming in "Pages not found" silo once I set s.pagetype in my code as errorpage?

Avatar

Level 3

so will I see data coming in "Pages not found" silo once I set s.pagetype in my code as errorpage?

1 Accepted Solution

Avatar

Correct answer by
Employee

just remember it's case sensitive. It needs to be:

s.pageType="errorPage";

Use it on the 404 page and don't set a pageName.

(https://marketing.adobe.com/resources/help/en_US/sc/implement/pageType.html)

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

just remember it's case sensitive. It needs to be:

s.pageType="errorPage";

Use it on the 404 page and don't set a pageName.

(https://marketing.adobe.com/resources/help/en_US/sc/implement/pageType.html)