Développer ma barre des réalisations de la Communauté.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!
RÉSOLU

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 solution acceptée

Avatar

Réponse correcte par
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)

Voir la solution dans l'envoi d'origine

2 Replies

Avatar

Employee Advisor

Avatar

Réponse correcte par
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)