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