Back to Home

Statlytic Documentation

Everything you need to know about setting up, configuring, and using Statlytic analytics. From basic installation to advanced API usage.

🚀 Quick Start Guide

Get up and running with Statlytic in minutes

1
Create Account
Sign up for a free Statlytic account

Create your account and add your first website to start tracking.

2
Add Tracking Code
Install our lightweight tracking script

Copy and paste our tracking code into your website's HTML.

<script src="https://statlytic.app/track.js"></script>
3
View Analytics
Start seeing your data in real-time

Visit your dashboard to see real-time analytics and insights.

📦 Installation Methods

Choose the installation method that works best for your website

HTML Script Tag
Recommended
Simple script tag installation for any website

1. Get your tracking code

After creating your site, copy the tracking code from your dashboard.

2. Add to your HTML

<script src="https://statlytic.app/track.js" data-site="YOUR_SITE_ID"></script>

3. Place in <head> or before </body>

For best performance, place the script in the <head> section.

NPM Package
React/Vue/Angular
Install via NPM for modern JavaScript frameworks

1. Install the package

npm install @statlytic/tracker

2. Initialize in your app

import Statlytic from '@statlytic/tracker'
Statlytic.init('YOUR_SITE_ID')

3. Track page views

Statlytic.track('pageview', { path: '/about' })

🎯 Features Guide

Learn how to use all Statlytic features effectively

Heatmaps
Visualize user interactions on your pages
  • • Click tracking enabled by default
  • • Scroll depth analysis
  • • Mouse movement patterns
  • • Element interaction data

Heatmaps require Pro plan and are automatically generated for all pages.

Session Recording
Watch real user sessions and behavior
  • • Automatic session capture
  • • User journey mapping
  • • Error detection
  • • Conversion funnel analysis

Sessions are recorded automatically for Pro users.

SEO Analytics
Track search engine performance
  • • Google Search Console integration
  • • Keyword performance tracking
  • • Search ranking monitoring
  • • SEO score analysis

Connect your Google Search Console account for full SEO insights.

Page Speed
Monitor Core Web Vitals and performance
  • • Core Web Vitals tracking
  • • Page load time analysis
  • • Performance trend monitoring
  • • Speed optimization insights

Performance data is collected automatically for all pages.

Export Reports
Share insights with your team
  • • PDF reports with charts
  • • CSV data exports
  • • Custom date ranges
  • • Automated report scheduling

Export features are available for Pro users.

Email Reports
Get regular insights delivered to your inbox
  • • Weekly & monthly reports
  • • Email delivery
  • • Custom report frequency
  • • Unsubscribe management

Configure email preferences in your account settings.

🔌 API Documentation

Access your analytics data programmatically

REST API
Access all your analytics data via HTTP requests

Base URL

https://statlytic.app/api

Authentication

Authorization: Bearer YOUR_API_KEY

Example Request

GET /api/sites/{siteId}/analytics
View Full API Docs
Webhooks
Get real-time notifications for important events

Available Events

  • • traffic.spike - Traffic increase detected
  • • goal.completed - Conversion goal reached
  • • error.detected - Site error identified
  • • report.ready - Scheduled report generated

Webhook URL

POST https://your-site.com/webhook
View Webhook Docs

🔧 Troubleshooting

Common issues and solutions

No Data Showing

Check your tracking code

Ensure the script is properly installed and the site ID is correct.

Verify script loading

Check browser developer tools to ensure the script loads without errors.

Wait for data

Analytics data may take a few minutes to appear in your dashboard.

Privacy & GDPR

No cookie banner needed

Statlytic doesn't use cookies, so no cookie consent is required.

GDPR compliant

We don't collect personal data, making us GDPR compliant by design.

Data ownership

You own your data and can export it anytime.

Ready to Get Started?

Follow our documentation and start tracking your website analytics today.

Need more help? Check out our help center or contact support.