Set up Flowsery Analytics on a Webflow site

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

Add the snippet in Webflow settings

  1. In your Webflow dashboard, select the project and open Site Settings.

  2. Navigate to the Custom Code tab in the left sidebar.

  3. In the Head Code field, paste the Flowsery Analytics snippet:

    <script
      defer
      data-fl-website-id="flid_******"
      data-domain="your_domain.com"
      src="https://analytics.flowsery.com/js/script.js"
    ></script>
    

    Replace flid_****** with the Website ID from your Flowsery Analytics settings. Replace your_domain.com with the root domain of your site.

  4. Save and publish: Click Save Changes then Publish your site.

Confirm everything is working

After publishing:

  • Navigate to your live site.
  • Open your Flowsery Analytics dashboard and check for incoming pageviews.

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

Custom code changes in Webflow take effect on the published site, not necessarily in the Designer preview.