vote up 2 vote down star
2

I'm using GA on my site and need to add tracking to a several pages. These pages are rendered by means of a master page in conjunction with a Telerik tab control. When a tab is selected, the code evaluates which tab was clicked and inserts the appropriate user control for that page and rerenders it. According to the browser, it's always default.aspx but the ascx in it is different.

How could I track the different pages with this sort of setup?

flag

80% accept rate

1 Answer

vote up 5 vote down check

Yes, it will always be the same page that renders, but you can use some tricky javascript commands to track different parts. Check this link.

If you use pageTracker._trackPageview("/default/tabname"); in the ascx it will be tracked as another page.

link|flag
+1 for great response. – Tom Anderson Jan 12 at 17:06
+1, I use the same. – David Thomas Garcia Jan 12 at 17:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.