ocadotechnology / rapid-router

A Blockly and python based educational game aimed at students age 5-14.
https://www.codeforlife.education
Other
57 stars 81 forks source link

Fix GA more #518

Closed Spycho closed 9 years ago

Spycho commented 9 years ago

It appears to still be broken. Hits from my mobile were not showing up in the real-time view. I suspect that

ga('create', 'UA-49883146-1', 'ocado.com');

should be

ga('create', 'UA-49883146-1', 'auto');

as per the docs: https://developers.google.com/analytics/devguides/collection/analyticsjs/advanced#creation

"ocado.com" certainly sounds wrong to me. I've no idea if that's the cause of the problem though.

Spycho commented 9 years ago

@ruthdw May know more?