Expand my Community achievements bar.

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!

Make s.Pagetype accessible in Processing Rules

Avatar

Level 3

11/27/12

We use a singular code base across the site, rather than static tagging. Generally, we use Processing rules to help manage some exception handling.  the 404Error page is one such exception

 

In debugger, regardless of the bad URL, the page title is "page not found"

with s.pagetype available in Processing rules, we could create

 

IF Page Title is "page not found".

Overwrite value of s.pagetype="errorPage"