Google analytics download
Description
Downloads analytics data from Google Analytics based on specified metrics and dimensions.
Input
Not applicable
Output
Analytics data in a structured format (typically as a table or CSV file)
Configuration Fields
-
Connection To establish a connection to Google Analytics.
-
Property Google Analytics property ID from which to retrieve data.
-
Metrics The quantitative measurements you want to retrieve (e.g., sessions, pageviews, bounceRate).
-
Dimensions The attributes by which to segment the metrics (e.g., date, country, deviceCategory).
-
Data For Specifies the time frame for retrieving data. Options include:
- All
- Today
- Yesterday
- Today and Yesterday
- Date Range
-
Start Date This field is rendered only when “Date Range” is selected in the “Data For” option. It allows you to specify the start date for data retrieval.
-
End Date This field is rendered only when “Date Range” is selected in the “Data For” option. It allows you to specify the end date for data retrieval.
Sample Input
Not Applicable
Sample Configuration
Sample Output
Analytics data in tabular format:
Date | Country | Device Category | Sessions | Pageviews |
---|---|---|---|---|
2023-05-01 | United States | desktop | 1200 | 4500 |
2023-05-01 | United Kingdom | mobile | 850 | 3200 |
2023-05-02 | Canada | tablet | 430 | 1500 |