I mean, for example a user types an address like this
How do I control this type of hash in Google Analytics?
Thank you.
_setAllowHash allows to see the hash data for GA parameter, but I do not think it's GA Forcing to report on the hash portion of the URL, however, you can pass a parameter in the _trackPageview method that is recorded instead of the actual path, in this case you can do something like
< Pre> pageTracker._trackPageview ('/ ajax / hi_guys');
Comments
Post a Comment