User login

MetaTraffic 2.0 Boxshot

Tracking Link Clicks in ASP.NET

Posted by lbt [April 6, 2006]

Our site currently tracks link clicks to pdf documents using session state code. Since ASP.NET handles session state a differently, how would one track link clicks when the site and authentication process changes to .NET?

The current code ASP code is
&mtco=<%=Server.URLEncode(Session("x_company"))%>&mtr=/directory1/directory2/topics/2006-09.pdf" target="_blank">Topics 2006-09

Is there a different process for ASP.NET?

Thanks

Tracking Link Clicks in ASP.NET

This isn't really a MetaTraffic support question; it looks like you have made customizations to MetaTraffic.

~Chad