diff --git a/cast/src/html/launcher.html.template b/cast/src/html/launcher.html.template index 8822bdb8cc..25b2eba1a5 100644 --- a/cast/src/html/launcher.html.template +++ b/cast/src/html/launcher.html.template @@ -48,7 +48,7 @@ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-57927901-9', 'auto'); - ga('send', 'pageview', '/'); + ga('send', 'pageview', location.pathname.includes("auth_callback") === -1 ? location.pathname : "/");