Google Analytics 4 / Run Report
appKey:
google-analytics-4
actionKey:
run-report
Action Inputs
The following parameters are available when configuring this action:
analytics
Analytics
{account: stringviewId?: string}
metrics
Metrics
Metrics attributes for your data. Explore the available metrics <a href='https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics' target=_blank>here</a>
string | Array<string>
property
Property
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, <a href='https://developers.google.com/analytics/devguides/reporting/data/v1/property-id' target=_blank>see where to find your Property ID</a>. Within a batch request, this property should either be unspecified or consistent with the batch-level property.
string
dimensionFilter
Dimension Filter
Enter the Dimension Filter Object. Example of an object: <a href='https://github.com/googleanalytics/nodejs-docs-samples/blob/main/google-analytics-data/run_report_with_multiple_dimension_filters.js' target=_blank>here</a>
string | undefined
dimensions
Dimensions
Dimension attributes for your data. Explore the available dimensions <a href='https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions' target=_blank>here</a>
(string | Array<string>) | undefined