Details
-
New Feature
-
Resolution: Done
-
Neutral
-
None
-
None
Description
Problem: The report should have multiple dimensions/metrics and dimensionsFilters/metricFilters:
+ Also apply pagination in report.
+ Investigate how to apply .addAllDimensions(...) and .addAllMetrics(....)
RunReportRequest request =
RunReportRequest.newBuilder()
.setProperty("properties/" + propertyId)
.addDimensions(Dimension.newBuilder().setName(dimensionNames))
.addMetrics(Metric.newBuilder().setName(metricExpressions))
.addDateRanges(DateRange.newBuilder().setStartDate(startDate).setEndDate(endDate))
.addAllDimensions(...)
.addAllMetrics(....)
.build();
Document refer:
https://developers.google.com/analytics/devguides/reporting/data/v1/basics
Checklists
Acceptance criteria
Attachments
1.
|
Implementation |
|
To Do | Unassigned |
2.
|
Review |
|
To Do | Unassigned |
3.
|
Pre-Integration QA |
|
To Do | Unassigned |
4.
|
QA |
|
To Do | Unassigned |