Product Fruits · Example Payload

Track Event

Product AdoptionUser OnboardingIn-App GuidanceChecklistsNPS SurveysAnnouncementsUser SegmentationSaaS

Track Event is an example object payload from Product Fruits, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

eventproperties

Example Payload

Raw ↑
{
  "event": "feature_activated",
  "properties": {
    "username": "user-abc-123",
    "featureName": "analytics_dashboard",
    "isFirstTime": true,
    "sessionDuration": 120
  }
}