Unity · Arazzo Workflow
Unity Analytics Validate and Record
Version 1.0.0
Validate an analytics event batch against the schema, then record it only when validation passes.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
analytics-validate-and-record
Validate an event batch and record it only if valid.
Validates a batch of analytics events, then records them when the first event reports valid, otherwise ends without recording.
1
validate
validateEvents
Validate the analytics event batch against the project's schemas without recording it.
2
record
recordEvents
Record the validated analytics event batch for real.