Bug 1193693 - Improve the Analytics filtering of Loop conversation urls. r=abr NPOTB so DONTBUILD

This commit is contained in:
Mark Banner 2015-08-14 13:45:42 +01:00
parent 206e25dab0
commit d4eeee6a7a

View File

@ -51,7 +51,12 @@
insertScript("//www.google-analytics.com/analytics.js");
window.ga("create", "UA-36116321-15", "auto");
window.ga("set", "anonymizeIp", true);
/* Don't send conversation ids to GA, by specifying our own location. */
window.ga("set", {
"location": document.location.origin + "/conversation/",
"anonymizeIp": true,
"title": "Link Clicker"
});
window.ga("send", "pageview");
}
})();