Guide

Install EazyStats in 2 minutes

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

Wix

WixWix Integration

Add EazyStats to your Wix site

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

warning

Wix Premium Plan Required

Custom code features require a Wix Premium plan. The tracking script will not work on the free plan. You'll need at least the "Combo" plan or higher to add custom analytics code.
1

Add tracking script using Custom Code (Recommended)

Wix allows you to add custom code through the Tracking & Analytics settings.

  1. Open your Wix Editor
  2. Go to SettingsTracking & Analytics
  3. Click + New Tool
  4. Select Custom from the dropdown
  5. In the code box, paste your EazyStats tracking script:
    codeTracking Script
    <script
      defer=""  data-website-id="your_website_id"  data-site-domain="yourdomain.com"  src="https://eazystats.com/tracker.js"
    > </script>
  6. Set the following options:
    • Add Code to Pages: Select "All pages"
    • Place Code in: Select "Head"
  7. Click Apply
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 HTML Embed

You can also add the script using an HTML element:

  1. In the Wix Editor, click Add (+)
  2. Go to EmbedHTML iframe
  3. Paste the EazyStats tracking script:
    codeHTML Embed
    <script
      defer=""  data-website-id="your_website_id"  data-site-domain="yourdomain.com"  src="https://eazystats.com/tracker.js"
    > </script>
  4. Position the HTML element in your page header
lightbulb

Pro Tip

The Custom Code method (Method 1) is recommended as it automatically adds the code to all pages and places it in the correct location.
3

Verify installation

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

publishPublish Site

Publish your Wix site

analyticsCheck Dashboard

View your dashboard for incoming data

scheduleWait

Data appears within a few minutes

lightbulb

Pro Tips for Wix

starsCustom Code Location: Always select "Head" placement for best performance and accurate tracking
previewPreview Mode: The tracking code will not work in Wix preview mode - you must publish your site first
celebrationYou're all set!

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