Skip to content

Commit

Permalink
add a pageview call after initializing analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris DeCairos committed Oct 24, 2018
1 parent 3a2e999 commit 78c9d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/js/buyers-guide/bg-main.js
Expand Up @@ -29,6 +29,7 @@ let main = {

if (allowTracking) {
ReactGA.initialize(`UA-87658599-6`);
ReactGA.pageview(window.location.pathname);
}

this.enableCopyLinks(allowTracking);
Expand Down

0 comments on commit 78c9d3e

Please sign in to comment.