Set up Flowsery Analytics on a Wix site

This guide walks you through adding Flowsery Analytics tracking to your Wix website.

Add the snippet via Tracking & Analytics

Wix provides a Tracking & Analytics section for injecting custom code.

  1. Open your Wix Editor

  2. Go to Settings > Tracking & Analytics

  3. Click + New Tool

  4. Choose Custom from the dropdown

  5. Paste the Flowsery Analytics snippet in the code box:

    <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.

  6. Configure these options:

    • Add Code to Pages: Select "All pages"
    • Place Code in: Select "Head"
  7. Click Apply

Alternative: HTML embed element

You can also embed the snippet using an HTML element:

  1. In the Wix Editor, click Add (+)
  2. Navigate to Embed > HTML iframe
  3. Paste the Flowsery Analytics tracking snippet
  4. Position the HTML element in the page header area

Confirm everything is working

After setup:

  • Publish your Wix site
  • Navigate to your live URL
  • 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.

Note: Custom code features require a Wix Premium plan. The tracking snippet will not function on the free tier.