Postponed (maintainer needs more info)
Project:
Omniture Integration
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2007 at 15:52 UTC
Updated:
25 Oct 2007 at 22:04 UTC
Taken from http://drupal.org/node/182201
6) Error pages: "Page Not Found" or "Not Authorized" need to populate s.pageType.
Comments
Comment #1
gregglesWhat should these values be?
404 => s.pageType = errorPage?
403 => s.pageType = ?
thanks
Comment #2
Clint Eagar commentedThis is used in "pathing >> pages >> page not found" and should only be populated on 404 error pages as:
s.pageType="errorPage".
This will instruct the s_code.js to grab the URL and link it to the errorPage.
However, pre-pending all error pages with some identifier is needed for s.pageName, for example:
s.pageName="Error: Page Not Found" or s.pageName="Error: Access Denied".
This will enable a user to easily filter their most popular pages report to sort out the errors.