Log inStart for free

Documentation

PulsePanda documentation: install, track, and analyze

Everything you need to set up PulsePanda — add the tracking snippet, capture events, identify users, and turn on session replay, heatmaps, funnels, forms, surveys, and feedback.

Getting started

1. Install the tracking snippet

Add the snippet to the <head> of every page you want to track. Copy the version with your real project ID from Settings → Install in your dashboard.

<script src="https://pulsepanda.dev/sdk.js" data-project="YOUR_PROJECT_ID" defer></script>

Once installed, web analytics, autocaptured clicks, session replay, and heatmaps start collecting automatically — no extra code required.

Getting started

2. Track custom events

Send product events to measure feature usage, activation, and conversion funnels.

// Track a named event with optional properties pulsepanda.track("plan_upgraded", { plan: "pro", value: 99 });

Getting started

3. Identify users

Attach a stable user ID and traits so sessions, events, and feedback connect to the same person across visits.

pulsepanda.identify("user_123", { email: "jane@acme.com", plan: "pro" });

Feature guides

Set up each capability

Deep-dive guides for every part of the PulsePanda workspace.

Stuck on setup?

Our team can help you install the snippet and configure your first dashboard.

Contact support