ggendre / GALocalStorage

A google analytics version that works with localstorage instead of cookies for webviews usage (deprecated)
114 stars 46 forks source link

trackPageview Ignoring Title #7

Closed avivais closed 10 years ago

avivais commented 11 years ago

Example: ga_storage._trackPageview('/','Dashboard');

Shows up in the report as "/" (Without Dashboard)

ggendre commented 11 years ago

exact! title seems to be totally ignored in the source code of _trackPageview !

thanks for reporting!

Maybe you could use ignore the path and use ...

ga_storage._trackPageview('Dashboard'); 

...for the moment. Next time I'll work on it I will look at the Pokki code to see if they have this bug too.

ggendre commented 11 years ago

title seems to be correctly used in the GAPokki file.

Will try to fix this one day!

ggendre commented 10 years ago

6 month ago I merged some contributions to the lib. Ignored title has been fixed :)