Don't fire install analytics on hidden pages

This commit is contained in:
Pete LePage
2020-07-27 12:46:15 -04:00
parent 45785bcca3
commit aac30e6fd3
2 changed files with 10 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ if (typeof PRERENDER === 'undefined') {
ga('create', 'UA-128752250-1', 'auto');
ga('set', 'transport', 'beacon');
ga('set', 'dimension1', displayMode);
ga('send', 'pageview');
ga('send', 'pageview', '/index.html', { title: 'Squoosh' });
// Load the GA script
const s = document.createElement('script');
s.src = 'https://www.google-analytics.com/analytics.js';