Follow these simple steps to add Statsio analytics to your website and start tracking visitor data in minutes.
Sign up for a Statsio account if you haven't already. It's free to get started and no credit card is required.
After logging in, go to your dashboard and add a new project by entering a Project Name and the Domain of your website. You'll then receive a unique Tracking ID for your site.
To start tracking visitors on your website, add the following script to your site. Our analytics solution is designed to be lightweight and privacy-focused.
Add this code to your layout or page file:
import Script from "next/script";
<Script
defer
data-site="YOUR-SITE-ID"
src="https://statsio.amanshakya.in/tracker.js"
/>
If you're using Create React App or any other React setup, you can simply paste this code into the public/index.html
file inside the <head>
section.
<!-- public/index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Other meta tags -->
<!-- ✅ Paste this inside the <head> -->
<script
defer
data-site="YOUR-SITE-ID"
src="https://statsio.amanshakya.in/tracker.js"
></script>
<title>Your App</title>
</head>
<body>
<div id="root"></div>
</body>
</html>
Add this code to the <head>
section of your HTML:
<script
defer
data-site="YOUR-SITE-ID"
src="https://statsio.amanshakya.in/tracker.js"
></script>
Once implemented, data collection begins immediately. View real-time analytics in your analytics tab.
© 2025 Harmonia Records. Tutti i diritti riservati.
Fatto con da questo ragazzo