Installation Guides
Set up Flowsery Analytics on a WordPress site
This guide covers the manual script installation path for WordPress.
Add the tracking script
- Sign in to your WordPress admin dashboard.
- Go to Appearance > Theme File Editor.
- Open your active theme's
header.phpfile, or use your theme's header-code injection setting if it has one. - 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>- Replace
flid_******with the website ID from Flowsery. - 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.