Version 1.0.0

Toolsnesia Packages Tracking

Comprehensive JavaScript tracking solution for lead generation, user behavior analytics, and e-commerce tracking. Powerful, lightweight, and easy to integrate.

100%
Open Source
MIT
License
Possibilities

Powerful Features

🎯

Lead Tracking

UTM parameter tracking and lead attribution to help you understand where your leads are coming from.

📊

User Behavior Analytics

Track clicks, scroll depth, form interactions, and user engagement metrics in real-time.

🛒

E-commerce Tracking

Complete e-commerce tracking including product views, cart actions, and purchase tracking.

🔥

Heatmap Data Collection

Collect mouse movement and interaction data to create visual heatmaps of user behavior.

Performance Monitoring

Monitor page load times, track errors, and measure performance metrics automatically.

🐳

Docker Ready

Containerized deployment with nginx for easy setup and scalable infrastructure.

Quick Start

Get started in minutes with our simple integration

<!-- Add tracking script to your HTML -->
<script src="https://tracking.toolsnesia.com/tracking.js"
        data-toolsnesia-key="YOUR_API_KEY"
        data-track-clicks="true"
        data-track-scroll="true"
        data-heatmap="true"></script>

<!-- Or initialize manually -->
<script>
  const tracker = new ToolsnesiaTracker({
    apiEndpoint: 'https://api.toolsnesia.com/tracking',
    trackClicks: true,
    trackScrollDepth: true,
    debug: false
  });
</script>