Mixpanel · Arazzo Workflow
Mixpanel Track Event and Segment
Version 1.0.0
Send a live event to Mixpanel and then segment that event over a date range.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
track-and-segment
Track an event then read its segmentation time series.
Sends one event to /track using the project token, then queries /segmentation for the same event name over a date range, segmenting by an optional property.
1
trackEvent
trackEvent
Send a single event to Mixpanel in real time. Authentication uses the project token passed as the query parameter.
2
segmentEvent
querySegmentation
Query event segmentation for the tracked event over the supplied date range, segmenting by the optional property expression. The Query API uses service account basic auth.
Source API Descriptions
openapi