Track events
How to track user actions on Segment and send them to Palabra
// analytics -> Segment's analytics.js
analytics.track("User Registered", {
plan: "Pro Annual",
accountType: "Facebook"
});Last updated
Was this helpful?
How to track user actions on Segment and send them to Palabra
// analytics -> Segment's analytics.js
analytics.track("User Registered", {
plan: "Pro Annual",
accountType: "Facebook"
});Last updated
Was this helpful?
Was this helpful?