2 min read
Quick Start
Get up and running with pxlpeak in under 5 minutes.
Prerequisites
Before you begin, make sure you have:
- A modern web browser (Chrome, Firefox, Safari, or Edge)
- Access to your website's HTML or tag manager
- Administrator access to your domain's DNS (optional, for advanced features)
Step 1: Create Account
Sign up for a free account at pxlpeak.com/signup. You'll receive a confirmation email within seconds.
code
# Or use our CLI for faster setup
npx @pxlpeak/cli initStep 2: Install Tracking
Add our lightweight tracking script to your website. It's under 5KB gzipped and loads asynchronously.
code
<!-- Add this before </head> -->
<script defer src="https://cdn.pxlpeak.com/tracker.js"
data-site="YOUR_SITE_ID"></script>Or use our npm package for JavaScript frameworks:
code
npm install @pxlpeak/trackercode
import { init } from '@pxlpeak/tracker';
init({
siteId: 'YOUR_SITE_ID',
trackPageviews: true,
trackClicks: true,
});Step 3: Verify Installation
After installation, visit your dashboard to verify data is flowing correctly.
- Open your website in a new tab
- Navigate to a few pages
- Return to the pxlpeak dashboard
- You should see real-time activity within seconds
Tip: Use the browser console to check for any errors. Our tracker logs helpful debug information in development mode.
What's Next?
Congratulations! You're now tracking your first data. Here's what to explore next:
- Set up Goals — Track conversions and important user actions
- Configure Integrations — Connect your marketing tools
- Invite Your Team — Collaborate with teammates