Installation Guide · Webflow
How to Add Agent Analytics to Your Website
One script captures what visitors browse. That becomes memory your analytics can understand. And agents like Jack turn it into actions — recovery emails, demand segments, conversion insights.
Install on Webflow
Webflow
Webflow lets you add custom code at the project level (all pages) or per page. For analytics, project-level is best.
Project Settings (All Pages)
Add the script to all pages via Project Settings. This is the recommended approach for analytics.
Prerequisites
- •Webflow admin access
- •A published site
From the Webflow dashboard, click on your project, then the gear icon in the top navigation.
This is under the Project Settings menu. It shows options for Head Code, Footer Code, and Custom Head Tag.
This adds the script to the <head> of every page on your published site.
<script async src="https://analytics.tradly.dev/tracker.js" data-server="https://analytics.tradly.dev" data-project="marketplace"></script>The code is saved but NOT published yet.
Custom code only appears on the live (published) site, not in the Designer preview. You must publish.
Warning: Changes won't appear until you publish. The Designer always shows the published version.
Troubleshooting (4 common issues)
- →If you don't see the code in DevTools, you may need to publish again
- →Webflow has a CDN — changes may take 1-2 minutes to propagate after publishing
- →Free Webflow sites cannot add custom code — you need a Basic plan or higher
- →If using Webflow's Hosting, make sure your site is published (not just saved)
Per-Page Code (Single Page)
If you only want to track specific pages, you can add the script to individual page settings.
Prerequisites
- •Webflow admin access
- •A published site
This shows all your pages. Hover over the page you want to add the script to.
This opens the page settings panel on the right.
This is at the bottom of the page settings panel.
This only adds the script to this specific page, not all pages.
<script async src="https://analytics.tradly.dev/tracker.js" data-server="https://analytics.tradly.dev" data-project="marketplace"></script>Remember to publish for the changes to go live.
Need help? Contact support@tradly.dev or check our FAQ.
Last updated: January 2025