I've been trying all morning to get google analytics working with this on a hosted login page on a custom domain but I just cant see any events making it through.
I've tried both the google analytics and google tag manager configurations, but neither is raising any events.
All I've done is pretty much added these lines:
<script>
window.auth0AnalyticsOptions = {
'google-analytics': {
id: params.googleTrackingCode
}
};
</script>
<script src="https://cdn.auth0.com/js/lock/11.6.1/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/analytics/1.3.1/analytics.min.js"></script>`
Am I missing something?
I've been trying all morning to get google analytics working with this on a hosted login page on a custom domain but I just cant see any events making it through.
I've tried both the google analytics and google tag manager configurations, but neither is raising any events.
All I've done is pretty much added these lines:
Am I missing something?