Support/Installation Guides
Installation Guides

Set up Flowsery Analytics on a Framer site

This guide shows how to add Flowsery Analytics tracking to your Framer project.

Add the snippet via Custom Code

Framer provides a Custom Code feature for injecting scripts site-wide.

  1. Open your Framer project

  2. Click the Settings icon (top right)

  3. Choose Custom Code

  4. In the Head section, paste the Flowsery Analytics snippet:

HTML
<script defer data-fl-website-id="flid_******" src="https://cdn.flowsery.com/main.js"></script>

Replace flid_****** with the Website ID from your Flowsery Analytics settings.

  • Click Save

  • Confirm everything is working

    After publishing:

    • Navigate to your live site
    • Open your Flowsery Analytics dashboard and check for incoming pageviews
    • Allow a couple of minutes for the first data to appear

    For additional options such as localhost tracking, custom API endpoints, or cross-domain configuration, refer to the script configuration reference.