Amplitude · Arazzo Workflow
Amplitude Taxonomy Event Governance
Version 1.0.0
Plan a tracking event end to end by creating its category, the event type, and an event property, then reading the event back.
View Spec
View on GitHub
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
govern-planned-event
Create a category, an event type, and an event property, then read the event type back.
Establishes a fully governed planned event by chaining category creation, event type creation, event property creation, and a final read of the event type to confirm the taxonomy is consistent.
1
createCategory
createEventCategory
Create a new event category to group the planned event type under.
2
createEventType
createEventType
Create the planned event type and assign it to the category created in the previous step.
3
createEventProperty
createEventProperty
Attach a typed event property to the newly planned event type.
4
getEventType
getEventType
Retrieve the event type to confirm it exists with the expected category assignment.