June · Example Payload

June Track Event Example

AnalyticsProduct AnalyticsB2B SaaSEvent TrackingSegment CompatibleRetentionFeature AdoptionActivation

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

Top-level fields

userIdeventpropertiescontexttimestamp

Example Payload

Raw ↑
{
  "userId": "user_12345",
  "event": "Feature Used",
  "properties": {
    "feature": "CSV Export",
    "plan": "pro"
  },
  "context": {
    "groupId": "company_67890",
    "ip": "203.0.113.42",
    "locale": "en-US"
  },
  "timestamp": "2026-06-12T10:00:00Z"
}