From 78c9d3ec1fc9c10c5d99de755198b20774031973 Mon Sep 17 00:00:00 2001 From: Chris DeCairos Date: Wed, 24 Oct 2018 11:19:03 -0400 Subject: [PATCH] add a pageview call after initializing analytics --- source/js/buyers-guide/bg-main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/js/buyers-guide/bg-main.js b/source/js/buyers-guide/bg-main.js index c8b18d0381..e4e3b7bb27 100644 --- a/source/js/buyers-guide/bg-main.js +++ b/source/js/buyers-guide/bg-main.js @@ -29,6 +29,7 @@ let main = { if (allowTracking) { ReactGA.initialize(`UA-87658599-6`); + ReactGA.pageview(window.location.pathname); } this.enableCopyLinks(allowTracking);