Quick Start
Setting up RGstat on your website takes less than 2 minutes.
We’ve made the process as simple as possible.
Follow these steps to get started:
1. Sign Up
Section titled “1. Sign Up”Go to https://board.rgstat.com/sign-up and enter your email address.
You’ll receive a one-time verification code — just enter it to complete registration.
Once you’re in, you’ll automatically get a 30-day free trial, no credit card required.
2. Add Your Website
Section titled “2. Add Your Website”After signing up, add the domain name of the website you want to track.
3. Install the Tracking Script
Section titled “3. Install the Tracking Script”Once your domain is added, you’ll receive a lightweight JavaScript snippet.
This script must be added to every page you want to track.
You can place it either inside the <head>...</head>
or just before the closing </body>
tag of your website.
Our script sends asynchronous POST requests and has zero impact on page speed.
Based on our testing, script placement does not significantly affect data accuracy.
Example script:
Section titled “Example script:”<script>(()=>{function n(n="UNIQUE_DOMAIN_HASH",o="view"){var t;window._phantom||window.navigator.webdriver||window.Cypress||((t={}).event=o,t.url=window.location.href,t.hash=n,t.referrer=window.document.referrer||null,t.browser_lang=navigator.language||null,(async n=>{await fetch("https://handler.rgstat.com",{method:"POST",headers:{"Content-Type":"text/plain"},body:JSON.stringify(n)})})(t))}n();var o=window.location.href,t=history.pushState;window.history.pushState=function(){t.apply(this,arguments),o!==window.location.href&&(o=window.location.href,n())},window.addEventListener("popstate",()=>{o!==window.location.href&&(o=window.location.href,n())})})();</script>
UNIQUE_DOMAIN_HASH
will be generated automatically when you add your domain during registration.- You can also find it later in the domain settings inside your RGstat dashboard.
Note: Some web frameworks and CMS platforms cache static files.
If the script doesn’t appear on your live site immediately, wait for the cache to update or clear it manually to ensure the tracker is loaded and data starts flowing.
4. Check Your Dashboard
Section titled “4. Check Your Dashboard”Go to https://board.rgstat.com.
Visitor data should appear within a few seconds after the script is installed.
If your website doesn’t have much traffic yet, simply visit it in your browser to trigger your first session — this lets you instantly confirm that everything is working.
Need Help?
Section titled “Need Help?”If you run into any issues during setup, feel free to contact us at team@rgstat.com — we’re happy to help!