The recipe and input are now stored in the hash part of the URL

This commit is contained in:
n1474335 2017-06-16 11:04:35 +00:00
parent 61951e76ac
commit 00e7d8a390
4 changed files with 50 additions and 29 deletions

View file

@ -9,7 +9,7 @@
ga('create', 'UA-85682716-2', 'auto');
// Specifying location.pathname here overrides the default URL which would include arguments.
// Specifying location.pathname here overrides the default URL which could include arguments.
// This method prevents Google Analytics from logging any recipe or input data in the URL.
ga('send', 'pageview', location.pathname);