Getting Started
First steps to start tracking analytics with Fusionaly
Welcome to Fusionaly! This guide will walk you through the essential steps to start tracking analytics on your websites.
Prerequisites
Section titled “Prerequisites”Before you begin, make sure you have:
- Fusionaly installed on your server (see Installation guide)
- Your license key from the pricing section
- Admin access to your websites
Step 1: Integrate the Tracking Script
Section titled “Step 1: Integrate the Tracking Script”Add the lightweight tracking script to your website(s). Place this script in the <head> section of your HTML:
<script defer src="https://your-domain.com/y/api/v1/sdk.js"></script>Replace your-domain.com with the domain where you installed Fusionaly.
For optimal data collection, place the script as early as possible in the <head> section of your HTML document.
Step 2: Access Your Dashboard
Section titled “Step 2: Access Your Dashboard”Once the tracking script is installed, access your analytics dashboard at:
https://your-domain.com/This dashboard will show you real-time analytics data from all websites using your tracking script.
Step 3: Verify Tracking
Section titled “Step 3: Verify Tracking”After installing the tracking script:
- Visit your website in a browser
- Check your Fusionaly dashboard
- You should see page views appearing in real-time
- The SDK automatically tracks page views, button clicks, and SPA navigation
What’s Tracked Automatically
Section titled “What’s Tracked Automatically”By default, Fusionaly automatically tracks:
- Page Views: Every page load is tracked
- SPA Navigation: Automatic detection of single-page application route changes
- Button Clicks: Automatic tracking of button interactions
- Link Clicks: When configured with
data-fusionaly-event-nameattributes