Bubble.io
Add Loamly to your Bubble.io site
Bubble.io lets you build web apps without code, and adding Loamly tracking is just as simple. This guide walks you through adding the script via the Bubble editor.
Add the tracking script
- Open your app in the Bubble editor
- Go to Settings → SEO / metatags
- Find the Script/meta tags in header field
- Paste the following:
<script
src="https://app.loamly.ai/t.js?d=yourdomain.com"
defer
></script>- Save your settings
Replace your domain
yourdomain.com with your actual Bubble app domain. If you use a custom domain, use that instead of the default bubbleapps.io URL.Enable AI verification (recommended)
The client-side script tracks page views, but to unlock the full power of Loamly you need server-side setup. This enables AI bot crawl detection, RFC 9421 signature verification, bot-to-click temporal matching, and prompt-to-crawl correlation with your Intelligence data. Without it, you miss the connection between AI bots crawling your site and the humans who visit after.
See the AI Visitor Verification guide for setup instructions.
Verify installation
- Click Preview in the Bubble editor, or deploy your app to live
- Visit your app in a new browser tab
- Right-click → View Page Source
- Search for "loamly" to confirm the script is in the head
- Check your Loamly dashboard for the visit
Troubleshooting
Not seeing visits?
- Make sure the domain in the script matches your actual site domain
- Wait at least 2 minutes after installing — data is not instant
- If testing in Preview mode, note that the preview URL may differ from your live domain — ensure the script domain matches the URL you are visiting
Ad blockers
Some browser extensions block tracking scripts. Try visiting your site in an incognito window with extensions disabled.
Debug mode
Open your browser's developer console and run:
Loamly.debug(true)This will log tracking events to the console so you can confirm the script is working.
Need help? Email hello@loamly.ai