← All platforms

    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.

    Easy·2 min·2 methods

    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
    1
    Go to your Project Settings (click the gear icon on your project)

    From the Webflow dashboard, click on your project, then the gear icon in the top navigation.

    2
    Click the Custom Code tab in the left sidebar

    This is under the Project Settings menu. It shows options for Head Code, Footer Code, and Custom Head Tag.

    3
    Paste the tracking script into the Head Code box

    This adds the script to the <head> of every page on your published site.

    Paste this
    <script async src="https://analytics.tradly.dev/tracker.js" data-server="https://analytics.tradly.dev" data-project="marketplace"></script>
    4
    Click Save

    The code is saved but NOT published yet.

    5
    Go back to the Designer and click Publish → Publish to Selected Domains

    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
    1
    In the Designer, click the Pages panel (📄 icon in the left sidebar)

    This shows all your pages. Hover over the page you want to add the script to.

    2
    Click the gear icon (⚙️) next to the page name

    This opens the page settings panel on the right.

    3
    Scroll down to Custom Code and find the Inside <head> tag box

    This is at the bottom of the page settings panel.

    4
    Paste the tracking script into this box

    This only adds the script to this specific page, not all pages.

    Paste this
    <script async src="https://analytics.tradly.dev/tracker.js" data-server="https://analytics.tradly.dev" data-project="marketplace"></script>
    5
    Click Save and then Publish

    Remember to publish for the changes to go live.

    Need help? Contact support@tradly.dev or check our FAQ.

    Last updated: January 2025