Google Analytics - Get report action

The Get report action returns a customized Google Analytics event data report. The report contains statistics derived from data collected by the Google Analytics tracking code.

Input

Input fieldDescription
AccountSelect the account from the drop-down menu.
PropertySelect the property from the drop-down menu.
DimensionsProvide the dimensions source list and select the dimension fields from the drop-down menu. Dimensions are attributes of your data.
MetricsProvide the metrics source list and select the metric fields from the drop-down menu. Metrics are the quantitative measurements of a report.
Date rangesProvide the date ranges of data to read. The provided start date and end date will be included in the query. If left blank, the start date will default to seven days ago, and the end date will be today.
Dimension filtersSpecify dimension filters to return only specific dimension values in the report. Provide AND, OR or NOT expressions as needed.
Metric filtersProvide the filter clause of metrics which will be applied after aggregating the report's rows. Provide AND, OR, or NOT expressions as needed.
OffsetProvide the row count of the start row. The first row is counted as row 0.
LimitSpecify the number of rows to return. If unspecified, 10,000 rows are returned.
Metric aggregationsSelect the aggregation of metrics from the drop-down menu.
Order bysProvide the parameters to sort the result sets. This field specifies how rows are ordered in the response.
Currency codeProvide the currency code in ISO format, such as USD.
Cohort specProvide the cohort specs such as cohorts, cohorts range, and cohort report settings.
Keep empty rowsSpecify whether to keep empty rows. If false or unspecified, each row with all metrics equal to 0 is not returned. If true, these rows are returned.
Return property quotaSpecify whether to return the current state of this Analytics property's quota.

Output

Output fieldDescription
Dimension headersA list of dimension columns. The number of dimension headers and ordering of dimension headers matches the dimensions present in rows.
Metric headersA list of metric columns. The number of metric headers and ordering of metric headers matches the metrics present in rows.
RowsRows of dimension value combinations and metric values in the report.
TotalsDisplays the totaled values of metrics if requested.
MaximumsDisplays the maximum values of metrics if requested.
MinimumsDisplays the minimum values of metrics if requested.
Row countThe total number of rows available for the report. This may be greater than the number of rows returned if pagination is used.
MetadataContains information about the report.
Property quotaRepresents this Google Analytics property's quota state including this request.
KindIdentifies what kind of resource this message is.

Last updated: