In /app/code/core/Mage/GoogleAnalytics/Block/Ga.php line 88 makes reference to $this->getPageName() which is used in line 95 of the same script. While this makes sense in that if the page has a "Page Name" defined it will attach it to the Google Analytics code what I can not find is where in the Magento Admin or the page XML do I set this "Page Name" for a CMS page? In the notes on Ga.php it says "The custom "page name" may be set from layout or somewhere else. It must start from slash." but I don't see how I would do that.
When I asked this question to Magento Support they came back with "Look at our design guide" and no other information.
How do I set a Page Name for a CMS page in Magento Enterprise 1.12.0.2? Thanks!