Tracking Analytics
Learn how to begin tracking analytic events
Track
Plaudy.track("purchase", {
"amount": 413.25,
"upsell": 63.25,
"referrer": "landing page",
"items": [
"dehydrated h20",
"non-gmo water",
"filtered dirt"
],
"user_id": `USER_ID` // if you didn't pass this in when using .identify()
"object_id": `OBJECT_ID` // if you didn't pass this in when using .identify()
// anything else
});Examples
1. Tracking A Page View
Last updated
Was this helpful?