vote up 2 vote down star

Hey guys, Is it possible to use another name for the page that is currently being tracked instead of the url.

The reason I ask is that I have not implemented friendly url slugs instead we have Products/Details/100 or whatever the page is called. So when you login to google analytics you can see 10 000 hits on Products/Details/100 but you do not know what product that is without looking in the DB.

So are there any ways of injecting a page name into the google tracking script or should I just implement friendly url slugs?

Thanks in advance

flag

2 Answers

vote up 4 vote down check

I think it would be easier and safer if you just implemented the URLs.

After that, read this post about canonical page.

link|flag
thanks for the insight :D – The_Butcher Oct 21 at 15:15
You're welcome :) – çağdaş Oct 21 at 15:22
vote up 3 vote down

When you make the initial call to the pageTracker you can specify your own url if you don't wish to use the current request. See the documentation on the trackPageview() method for details.

link|flag
sho that helped a lot! thanks man..! – The_Butcher Nov 12 at 11:13

Your Answer

Get an OpenID
or

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