Log in to Google Analytics https://www.google.com/analytics/ with your Google account. Click on “Start for free” > “Set up for free” and sign up. Fill in “Property details” with your website information.
Remember to set up a properly formed address in your Google Analytics account. If you want to promote your site with an address like "mycompany.com" then you should add "mycompany.com" not "mycompany.voog.com".
Once you’ve signed up, you’ll get a code snippet (Global Site Tag tracking code) that looks roughly like this:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123456789-1”></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123456789-1');
</script>
Copy the code and go to your Voog page and choose Settings > Site. Paste your Global Site Tag tracking code into the field of External tracking code and press the "Save" button below.
After you have added the Google Analytics code to your site it can take up to two days before you start to see results in your Analytics account.
NB! When you add a third-party widget to your site, which gathers users data, the visitors must be made aware of that activity. See our guide about cookie notifications here.