Installation Guide
Here is a quick guide to help you set up your Webalytics dashboard!
Before you start
Make sure you have the following ready:
You'll need
- An active Webalytics account. If you do not have an account click here to sign up for free
- Access to your website's HTML or CMS admin panel
Finding Your Tracking Script
Your tracking script is unique to your website and it connects your site to your Webalytics dashboard. Here are two ways to find it.
<!-- Webalytics tracker --> <script src="https://webalytics.ipxllc.net/tracker/tracker.js" data-api-key="YOUR-API-KEY-HERE" data-privacy-url="https://webalytics.ipxllc.net/privacy-policy/" defer ></script>
After logging in, you'll land on your dashboard. Look for the "Get Tracker Script" button at the top of the page. Click it, then hit the green "Copy to clipboard" button to copy your script.
Log in and go to Settings in the navigation. Scroll down until you see the Tracker Script section, then press the green "Copy to clipboard" button.
Platform-specific guides
Pick your platform for step-by-step instructions:
Option A - Using a plugin (recommended)
In your WordPress admin go to Plugins ➔ Add New, search for WPCode - Insert Headers and Footers, then install and activate it.
In the left sidebar navigate to Code Snippets ➔ Header & Footer. Paste your Webalytics script into the Header box.
The script will now load on every page of your site automatically.
Option B - Manual (via theme editor)
Go to Appearance ➔ Theme File Editor ➔ header.php. Paste the script just before the closing </head> tag. Click Update File.
Go to your Webflow dashboard and find your project. Click the three-dot menu (...) on your project thumbnail and select Settings.
In the left sidebar of Project Settings, click Custom Code.
Paste your Webalytics script into the Head Code box. This applies it to every page on your site.
Click Save Changes, then go back to the Designer and publish your site. Custom code only goes live after publishing.
Go to Online Store ➔ Themes. On your active theme click the three-dot menu (...) and select Duplicate. Always work on the duplicate to keep a safe backup.
Click the three-dot menu (...) on the duplicated theme and select Edit code.
In the file tree on the left, open Layout ➔ theme.liquid. This is the global file that applies to every page.
Find the closing </head> tag and paste your Webalytics script on the line directly above it. Click Save.
Once you've confirmed everything looks right, go back to Online Store ➔ Themes and publish the duplicate to make it live.
Open each page's HTML file and paste the script just before the closing </head> tag.
<head> <!-- your existing head content --> <!-- Webalytics tracker --> <script src="https://webalytics.ipxllc.net/tracker/tracker.js" data-api-key="YOUR-API-KEY-HERE" defer ></script> </head>
From your Squarespace dashboard, click Website in the left sidebar, then scroll down and click Website Tools, then select Code Injection.
Paste your Webalytics script into the Header code injection area. Code added here loads on every page of your site.
Changes go live immediately - no separate publish step needed.
Verify it's working
Once your script is live, confirm it's tracking correctly:
Method 1 - Check your dashboard
What you should see
Visit your site, then go to your Webalytics dashboard. Within a few minutes you should see:
The number of "Total Visitors" should increase
Your site listed as Active in the Sites panel
Method 2 - Browser console
Use incognito to avoid ad blockers or extensions that might interfere.
Mac: Cmd + Option + J - Windows: Ctrl + Shift + J
You should see: Webalytics: tracking active
Troubleshooting
Not seeing data? Here are the most common causes:
webalytics.ipxllc.net as a trusted script source.You're live - what's next?
Your tracker is installed. Here's how to get the most out of Webalytics: