Google Analytics · Arazzo Workflow
Google Analytics Create Custom Metric then Run Report
Version 1.0.0
Create an event-scoped custom metric on a property, then run a report that reads it.
View Spec
View on GitHub
AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttributionArazzoWorkflows
Provider
Workflows
create-custom-metric-run-report
Register an event-scoped custom metric and run a report that reads it.
Creates an event-scoped custom metric on the property, then runs a runReport request reading the new custom metric using the customEvent:{parameterName} naming convention.
1
createCustomMetric
analyticsadmin.properties.customMetrics.create
Create an event-scoped, standard-unit custom metric on the property, tagging it against the supplied event parameter name.
2
runReport
analyticsdata.properties.runReport
Run a core report reading the new event-scoped custom metric grouped by event name, referencing the metric as customEvent:{parameterName}.
Source API Descriptions
openapi