Google Analytics Integration

mpeterson

New member
I checked the box in the back end for event tracking, but I'm not seeing anything show up in Google Analytics. How do I set this up?
 

WebSupport

Active member
Hi, thanks for the email with the link!

It doesn't appear that you have configured Google Analytics on the page with the 360 product view. It looks like you have implemented Google Tag Manager via a third-party plugin gtm4wp but it seems like it's not setup to use the GA analytics tag.

It's likely easier for you to just copy the code from your analytics dashboard instead of using the third-party plugin. Here's more details:

https://support.google.com/analytics/answer/7476135?hl=en#

Let us know if you need assistance.
 

mpeterson

New member
We have a lot of event tracking set up through google tag manager and it's flowing into Google analytics. Does your plugin not work with the Univeral tracking tag?
 

WebSupport

Active member
I was referring to something like this which I can't seem to find on that page:


Code:
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX-X"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-XXXXXXX-X');
</script>
 
Top