Skip to content

Download from Google Analytics

Description

The Download from Google Analytics activity allows users to retrieve analytical data directly from a connected Google Analytics account. By specifying the desired metrics (quantitative KPIs) and dimensions (categorical attributes), users can extract insightful reports from their web and app properties. It supports flexible date range selections and outputs structured tabular data suitable for downstream processing and visualization.

This activity is particularly useful for automated reporting, dashboard updates, and historical data analysis based on real-time analytics.


Input

Not Applicable


Output

FieldDescription
Metrics + DimensionsA table containing the values returned based on selected metrics and dimensions (e.g., sessions by country by date)

Configuration Fields

FieldRequiredDescription
ConnectionYesGoogle Analytics connection to access the reporting API
PropertyYesThe GA4 property ID to pull data from
MetricsYesThe numerical KPIs (e.g., sessions, users, pageviews) to retrieve
DimensionsYesAttributes to group the metrics by (e.g., country, deviceCategory, date)
Data ForYesSelects the time period for data extraction:
- All
- Today
- Yesterday
- Today and Yesterday
- Date Range
Start DateoptionalRequired only when Date For = “Date Range”. Specifies start date
End DateoptionalRequired only when Date For = “Date Range”. Specifies end date

Sample Configuration

FieldValue
ConnectionGAConnection_Prod
Property297282948
Metricssessions, pageviews, bounceRate
Dimensionsdate, country, deviceCategory
Data ForDate Range
Start Date2023-05-01
End Date2023-05-02

Sample Output

DateCountryDevice CategorySessionsPageviews
2023-05-01United Statesdesktop12004500
2023-05-01United Kingdommobile8503200
2023-05-02Canadatablet4301500