Getting Started
Track Goals
Track important actions from the browser:
Overview
js
window.revlly.track("signup", { plan: "pro",});Track server-side goals with a website API key:
bash
curl -X POST https://app.revlly.com/api/v1/goals \ -H "Authorization: Bearer YOUR_WEBSITE_API_KEY" \ -H "Content-Type: application/json" \ -d '{"name":"signup","visitor_id":"visitor_123","session_id":"session_123"}'