Mixpanel · Arazzo Workflow
Mixpanel Numeric Metric Monitor and Annotate
Version 1.0.0
Compute the sum and average of a numeric event property, then annotate the period.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
numeric-metric-monitor
Query property sum then average then annotate the monitored window.
Calls /segmentation/sum and /segmentation/average for a numeric property, then creates an annotation marking the monitored window.
1
querySum
querySegmentationSum
Query the sum of the numeric property for the event over the date range. Uses service account basic auth.
2
queryAverage
querySegmentationAverage
Query the average of the same numeric property for the event over the same date range.
3
annotatePeriod
createAnnotation
Create an annotation marking the monitored window so the sum and average can be overlaid on charts for the team.
Source API Descriptions
openapi