Google Analytics Page Title

Hi guys, is it possible to use a different name for the page that is currently being tracked instead of the url.

The reason I am asking is because I have not implemented friendly urls, instead we have Products/Details/100

or what is called a page. Therefore, when you enter Google Analytics, you can see 10,000 views on Products/Details/100

, but you do not know which product is found without a search in the database.

So, are there ways to put the page name into the google tracking script or should I just implement friendly urls?

Thank you in advance

+2


source to share


2 answers


I think it would be easier and safer if you just embed urls.



After that, read this post about the canon page .

+4


source


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



+3


source







All Articles