ggendre / GALocalStorage

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

events not tracked?! #9

Closed thetoaster closed 11 years ago

thetoaster commented 11 years ago

Hello I cannot see events tracked to GA although the are sent correctly. Does this still work even though the GALocalStorage is 6 months old already? The query string params contain: "utmt:event utme:5(landingpage_useSlider_direction)(left)"

In GA I can only see events occuring, but no category, action, name and value at all.

kind regards for any feedback

ggendre commented 11 years ago

Hi

I think GALocalStorage still work. There may be a bug in trackEvent, Deniz Gurkaynak had commited a fix here that I still haven't pulled into the master. Maybe you could try his version. Direct link to his file is here

thetoaster commented 11 years ago

apparently this didn't "fix" the event behaviour. I see events, but cannot see any category or action. ereignisse - google analytics - google chrome_052

teusink commented 11 years ago

I don't see realtime events anymore either. The suggested fix does not fix it.

thetoaster commented 11 years ago

we found out, that event-tracking works if the last param is NOT a string, but integer (or it is left out completely). maybe this helps you as well!