Assistance/Installation Guides
Installation Guides

Set up Flowsery Analytics on a WordPress site

This guide covers the manual script installation path for WordPress.

Add the tracking script

  1. Sign in to your WordPress admin dashboard.
  2. Go to Appearance > Theme File Editor.
  3. Open your active theme's header.php file, or use your theme's header-code injection setting if it has one.
  4. Paste the Flowsery Analytics snippet just before the closing </head> tag:
HTML
<script defer data-fl-website-id="flid_******" src="https://cdn.flowsery.com/main.js"></script>
  1. Replace flid_****** with the website ID from Flowsery.
  2. Save the change and publish your site.

Confirm everything is working

  • Visit your live site.
  • Open your Flowsery dashboard and confirm that pageviews start arriving.

For more setup options, see the script configuration reference.