Closed Spycho closed 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.
@ruthdw May know more?
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.