How to track traffic on your website?

Stepwise pictorial Google Analytics process to setup your website Engagement tracker for audience insights | Layman way

Mehul Garg
4 min readOct 29, 2022
Google Analytics Logo

Content:

  1. Introduction.
  2. Functionality.
  3. Stepwise pictorial guide to setup google analytics for your website.
  4. View/Access insights generated by Google Analytics.

Introduction

Want to know how many pips (people) are visiting your handcrafted website? Want to get customer insight? Want to know detailed information about your probable customer like their country, ? Want to know where your website is getting more engagement or visitors?

YOUR ARE ON RIGHT MEDIUM!

My Story- I’m a Software Engineer who take customers/client to the online world, handcraft their website with latest technology in the market so that they can cater their regional or global potential customers. My first client was my Engineering college technical festival organizers who offered me to take them online to help their customers get information about events in Trishul “The Tech-Carnival” (Technical festival) as well as book tickets.

Functionality

Google Analytics tracks and record below events.

  1. Click
  2. Page view
  3. First visit
  4. Session start
  5. Scroll
  6. User engagement
  7. Demographic details of the visitors and much more insights….
Demographic insight by Google Analytics

Stepwise analytics setup

  1. Search https://analytics.google.com/. Click Start measuring
Google Analytics Website

2. Fill Account name (Any appropriate name, Used to distinguish multiple website you are tracking). Tick check boxes as per your consensus.

Click next.

Website unique Account setup in Google Analytics

3. Fill property name (Any appropriate name). Click next.

4. Fill business details, then finally click CREATE!

5. Choose your country and Accept Terms and condition (if you agree). Tick check box and click I Accept.

6. Finally Admin Dashboard is here!

Admin Dashboard of Google Analytics

7. Choose your platform, for this medium article I chose Web.

8. Setup data stream screen will appear.

Setup google analytics

9. Fill your website URL and stream name (Any appropriate name) for which you are setting up analytics. Click Create Stream.

10. Your Stream ID and Measurement ID is generate for your website. Click View tag instruction (Orange button).

Stream ID and Measurement ID generated by Google Analytics

11. Click Install manually tab

Installation Instruction of Script to be added in head tag of every html page

12. Unique script is generated by google analytics (Highlighted in red box for reference) for tracking your website. Copy your unique script generated by Google Analytics.

Script to be added in head tag of every html page

13. Paste this script in the head tag of every html page in your website.

<!DOCTYPE html>
<html>
<head>
// Paste your unique script generated by google analytics here.</head>
<body>
</body>
</html>

14. Click cross and your will land to admin dashboard of Google analytics.

Dashboard of Google Analytics

15. Hurrah! You have successfully completed all steps. Now, Enjoy insights.

Access/ View Insights generated

  1. Click Report tab available on left side.
Google Analytics Admin Dashboard

2. Here, you can check real time data, get demographic data, engagement data etc. Snapshot attached for your reference.

Website Report by Google Analytics
Country wise by Google Analytics
Demographic data by Google Analytics

Hope you find this article useful.

Stay Tuned for more article 😀

--

--

Mehul Garg
Mehul Garg

Written by Mehul Garg

Software Engineer and tech blogger. Specialized in full stack technologies with AWS service. Passionate about continuous learning and sharing knowledge.

No responses yet