You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's important is that they moved the initial page view tracking from the analytics.js to the snippet.
But if there's no SNIPPET_VERSION they fall back to the old behaviour.
I noticed that I'm tracking initial page view twice in my angular 1.5 app where I call segment.page() in $stateChangeSuccess handler.
I reviewed the code that loads analytics.js and I saw no major differences. @aleross can you review the code as well and verify it's safe to just add analytics.SNIPPET_VERSION = '3.1.0'?