Option Level | User Configuration Label | Label Description | Variable | User Widget | Notes |
---|
General | | Authorization token to access Google Analytics reporting API | authorizationToken | Text Box | https://developers.google.com/analytics/devguides/reporting/core/v4/authorization |
Google Analytics View | The GA view ID from which to retrieve data | viewId | Text Box |
|
Data retrieval options | Start Date | Start date for the report data | startDate | Text Box | Should allow to choose "today" as an option |
End Date | End date for the report data | endDate | Text Box | Should allow few standard options such as last 30, 60 and 90 days |
Metrics | Quantitative measurements. For example, the metric ga:users indicates the total number of users for the requested time period | metricsList | Drop Down | All the available metrics - https://developers.google.com/analytics/devguides/reporting/core/dimsmets |
Dimensions | Attributes of your data. For example, the dimension ga:city indicates the city, for example, "Paris" or "New York" | dimensionsList | Down | All the available dimensions - https://developers.google.com/analytics/devguides/reporting/core/dimsmets |
Advanced
| Sampling Level (for batch only) | Desired report sample size | sampleSize | | Possible Values: DEFAULT, SMALL, LARGE https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Sampling |
Poll interval (for streaming only) | The amount of time to wait between each poll in minutes | pollInterval | Number | Default value: 1 minute |