Step-by-step guides to install EazyStats tracking code on your platform
Follow these simple steps to integrate EazyStats analytics into your Bubble.io application.
Bubble allows you to add custom HTML and JavaScript code through the Settings tab.
<script
defer="" data-website-id="your_website_id" data-site-domain="yourdomain.com" src="https://eazystats.com/tracker.js"
> </script>Note: Make sure to replace the placeholder values:
your_website_id → Your actual Website ID from EazyStatsyourdomain.com → Your website's root domainYou can also add the script using an HTML element on your pages:
<script
defer="" data-website-id="your_website_id" data-site-domain="yourdomain.com" src="https://eazystats.com/tracker.js"
> </script>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.
After implementing either method above, follow these steps to verify everything is working:
Preview or publish your Bubble app
View your dashboard for incoming data
Data appears within a few minutes
Your Bubble app should now be tracking visitors with EazyStats. Check your dashboard to see your analytics!