Mixpanel · Arazzo Workflow
Mixpanel Annotate Release and Measure Retention
Version 1.0.0
Mark a release on the timeline and then measure retention from that born event.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
retention-with-annotation
Annotate a release date then query birth retention for a born and return event.
Creates an annotation via /projects/{projectId}/annotations, then queries /retention with the born event and return event to produce the retention matrix.
1
annotateRelease
createAnnotation
Create an annotation marking the release date so it can be overlaid on the retention chart. Uses service account basic auth.
2
queryRetention
queryRetention
Query birth retention for the born event and return event over the date range, returning counts per retention period.
Source API Descriptions
openapi