Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Add-Ons 12
-
3
Description
Currently, our GoogleDataSupplier supports us to get data from 1 dimension and 1 metric only. See
ReportRequest request = new ReportRequest()
.setViewId(viewId)
.setDateRanges(Collections.singletonList(dateRange))
.setMetrics(Collections.singletonList(metric))
.setDimensions(Collections.singletonList(dimension));
We should support user for configuring more metrics and dimensions to get more data in case type of chart need more than 2 dimensions
GA references: https://developers.google.com/analytics/devguides/reporting/core/dimsmets
I have just a quick check of matomo seem they return all metric data they have (https://developer.matomo.org/api-reference/reporting-api). Pls check matomo as well.
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
ANALYTICS-143 Support multiple dimensions and metrics for GA
-
- Closed
-