Amplitude · Arazzo Workflow
Amplitude Ingest Events and Segment
Version 1.0.0
Upload a batch of events through the HTTP V2 API, then query event segmentation to verify the metric.
View Spec
View on GitHub
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
ingest-and-segment
Upload events and then segment the same event type to validate ingestion.
Sends a batch of events for a user, confirms the ingestion code, and then runs an event segmentation query over a date window to retrieve totals or unique counts for the ingested event type.
1
uploadEvents
uploadEvents
Send a single event for the user to Amplitude. The step proceeds only when the response reports events were ingested successfully.
2
segmentEvent
getEventSegmentation
Query event segmentation for the ingested event type over the supplied date window, returning daily unique-user counts.
Source API Descriptions
openapi