Guide

Install EazyStats in 2 minutes

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

Bubble

BubbleBubble Integration

Add EazyStats to your Bubble.io app

Follow these simple steps to integrate EazyStats analytics into your Bubble.io application.

1

Add tracking script to Settings (Recommended)

Bubble allows you to add custom HTML and JavaScript code through the Settings tab.

  1. Open your Bubble app editor
  2. Go to SettingsSEO/Metatags
  3. Scroll down to the Advanced settings section
  4. In the Script/meta tags in header field, 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>
  5. 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 HTML element

You can also add the script using an HTML element on your pages:

  1. Add an HTML element to your page
  2. Paste the EazyStats tracking script in the HTML element:
    codeHTML Element Script
    <script
      defer=""  data-website-id="your_website_id"  data-site-domain="yourdomain.com"  src="https://eazystats.com/tracker.js"
    > </script>
  3. Make sure the element is placed in the header section of your page
lightbulb

Recommendation

The Settings method (Step 1) is recommended as it automatically adds the script to all pages of your app.
warning

Bubble Paid Plan Required

info

Important: Custom code in Bubble requires a paid plan.

The tracking script will not work on the free plan. You need at least a Personal plan to add custom HTML/JavaScript code.

3

Verify installation

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

visibilityPreview

Preview or publish your Bubble app

analyticsCheck Dashboard

View your dashboard for incoming data

scheduleWait

Data appears within a few minutes

lightbulb

Pro Tips for Bubble

check_circleSettings Method: Adding the script in Settings ensures it loads on all pages automatically
check_circleHTML Element Method: Use this if you only want to track specific pages or workflows
check_circleTesting: Use Bubble's Preview mode to test the tracking before publishing live
celebrationYou're all set!

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