Guide

Install EazyStats in 2 minutes

Step-by-step guides to install EazyStats tracking code on your platform

Squarespace

SquarespaceSquarespace Integration

Add EazyStats to your Squarespace site

Follow these simple steps to integrate EazyStats analytics into your Squarespace website.

warning

Squarespace Business Plan Required

Code Injection requires a Squarespace Business plan or higher. Code Blocks are available on all plans but JavaScript execution requires a Business plan.
1

Add tracking script using Code Injection (Recommended)

Squarespace provides Code Injection features to add custom HTML and JavaScript to all pages.

  1. Log in to your Squarespace dashboard
  2. Go to SettingsAdvancedCode Injection
  3. In the Header section, paste your EazyStats tracking script:
    codeCode Injection - Header
    <script
      defer=""  data-website-id="your_website_id"  data-site-domain="yourdomain.com"  src="https://eazystats.com/tracker.js"
    > </script>
  4. Click Save
info

Replace Placeholder Values

Note: Make sure to replace the placeholder values:

  • your_website_id → Your actual Website ID from EazyStats
  • yourdomain.com → Your website's root domain
2

Alternative: Using Code Block

You can also add the script using a Code Block on individual pages:

  1. Edit the page where you want to add tracking
  2. Click + to add a new block
  3. Select Code from the block menu
  4. Paste the EazyStats tracking script:
    codeCode Block
    <script
      defer=""  data-website-id="your_website_id"  data-site-domain="yourdomain.com"  src="https://eazystats.com/tracker.js"
    > </script>
  5. Make sure "Display Source" is unchecked
  6. Save the page
lightbulb

Pro Tip

The Code Injection method (Method 1) is recommended as it automatically adds the code to all pages. Code Blocks need to be added to each page individually.
3

Verify installation

After implementing either method above, follow these steps to verify everything is working:

publishPublish Site

Visit your live Squarespace site

analyticsCheck Dashboard

View your dashboard for incoming data

scheduleWait

Data appears within a few minutes

lightbulb

Pro Tips for Squarespace

starsCode Injection Location: Always use the Header section in Code Injection for best performance
celebrationYou're all set!

Your Squarespace site should now be tracking visitors with EazyStats. Check your dashboard to see your analytics!