This data will help you know valuable information such as:

  • Which city and country they are from?
  • How long they are on the website?
  • Which pages they are viewing?

To start, you'll need a Google Analytics account. You can sign up here.

1. Create Your Google Analytics Account

2. Add your Google Analytics Site Tag To Your Website

  1. Login
  2. Click on the 'Admin' button at the top right of your website.
  3. Select 'Settings' from the dropdown.
4. Select 'Google Analytics' from the left-hand menu
5. Add your Google Site Tag which may look something like this:

code snippet

<!-- 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>

 

6. Click "Save Analytics"

3. Access Your Stats

  1. Make sure you are logged into your Google account and go to https://analytics.google.com.
  2. Sign in with your Google account email and password.
Here is a link to a Google Analytics Academy that will teach you all about reading your stats: https://analytics.google.com/analytics/academy/