How to add Google Analytics to my site?

Login to your Google Analytics account.

Go to:

Admin ==> Tracking Info ==> Tracking Code ==> Scroll down and get your Google analytics code.

Login to your Azon Profit Builder site. From the left-hand-side menu, click on:

Tools ==> Head & Footer code

In the HEAD text area, paste your Google Analytics code.

If you have other code already in there, for example, your Google site verification code, you can paste your Google Analytics code below that. For example:

What you paste in the "HEAD" text area will look something like this:

---------------------

<meta name="google-site-verification" content="12345abcdef" />
<script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12345678"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-
12345678');
</script>

---------------------

Save settings.

 

Article Details