Any Magento category pages wind up reporting the page name as the fully imploded category name list duplicated. For example, an expected page name of "Default Category -> Cat1" would actually show as "Default Category -> Cat1Default Category -> Cat1".
The following code in app/design/frontend/base/default/template/segment_analytics/page.phtml:
Any Magento category pages wind up reporting the page name as the fully imploded category name list duplicated. For example, an expected page name of "Default Category -> Cat1" would actually show as "Default Category -> Cat1Default Category -> Cat1".
The following code in app/design/frontend/base/default/template/segment_analytics/page.phtml:
Should actually be:
Note that the " " string for the page name must be a single space to force the use of no name as the parameter must be supplied.