analytics-best-practices

Installation
SKILL.md

Analytics Best Practices

Track custom events and conversions with Vercel Web Analytics.

Prerequisites

Complete these setup recipes first:

  • Vercel Web Analytics

Tracking Events

Call track(name) or track(name, properties) from client code.

import { track } from "@vercel/analytics";

track("signup_clicked");
Installs
26
GitHub Stars
18
First Seen
Jun 8, 2026
analytics-best-practices — andrelandgraf/fullstackrecipes