Portal Engine
Version 3.x > Portal Engine > Page not found URL View modes: 
User avatar
Member
Member
ken.walpurgis-atalasoft - 1/25/2009 7:45:33 PM
   
Page not found URL

We currently have our "Page not found URL" value set to a basic page to provide a sitemap. We would like to pass the name of the file the user attempted to access to our Google Analytics data.

I was thinking i could use a macro in the "Page not found URL" value. I looked through the macro expressions section in the Dev Guide but did not think i could use a column name in this situation.

Any other ideas?

thanks,
ken


User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 1/26/2009 8:11:46 AM
   
RE:Page not found URL
Hi Ken,

the Kentico CMS stores the invalid URLs and their statistics in the Web Analytics module.

However, the Page not found events are processed by code in Global.asax.cs (in the App_Code folder). You could add the custom functionality here.

Best regards,
Helena Grulichova