| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta | |
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsData.Properties.RunPivotReport |
AnalyticsData.Properties.runPivotReport(String property,
RunPivotReportRequest content)
Returns a customized pivot report of your Google Analytics event data.
|
| Constructor and Description |
|---|
RunPivotReport(String property,
RunPivotReportRequest content)
Returns a customized pivot report of your Google Analytics event data.
|
| Modifier and Type | Method and Description |
|---|---|
RunPivotReportRequest |
RunPivotReportRequest.clone() |
RunPivotReportRequest |
RunPivotReportRequest.set(String fieldName,
Object value) |
RunPivotReportRequest |
RunPivotReportRequest.setCohortSpec(CohortSpec cohortSpec)
Cohort group associated with this request.
|
RunPivotReportRequest |
RunPivotReportRequest.setCurrencyCode(String currencyCode)
A currency code in ISO4217 format, such as "AED", "USD", "JPY".
|
RunPivotReportRequest |
RunPivotReportRequest.setDateRanges(List<DateRange> dateRanges)
The date range to retrieve event data for the report.
|
RunPivotReportRequest |
RunPivotReportRequest.setDimensionFilter(FilterExpression dimensionFilter)
The filter clause of dimensions.
|
RunPivotReportRequest |
RunPivotReportRequest.setDimensions(List<Dimension> dimensions)
The dimensions requested.
|
RunPivotReportRequest |
RunPivotReportRequest.setKeepEmptyRows(Boolean keepEmptyRows)
If false or unspecified, each row with all metrics equal to 0 will not be returned.
|
RunPivotReportRequest |
RunPivotReportRequest.setMetricFilter(FilterExpression metricFilter)
The filter clause of metrics.
|
RunPivotReportRequest |
RunPivotReportRequest.setMetrics(List<Metric> metrics)
The metrics requested, at least one metric needs to be specified.
|
RunPivotReportRequest |
RunPivotReportRequest.setPivots(List<Pivot> pivots)
Describes the visual format of the report's dimensions in columns or rows.
|
RunPivotReportRequest |
RunPivotReportRequest.setProperty(String property)
A Google Analytics GA4 property identifier whose events are tracked.
|
RunPivotReportRequest |
RunPivotReportRequest.setReturnPropertyQuota(Boolean returnPropertyQuota)
Toggles whether to return the current state of this Analytics Property's quota.
|
| Modifier and Type | Method and Description |
|---|---|
List<RunPivotReportRequest> |
BatchRunPivotReportsRequest.getRequests()
Individual requests.
|
| Modifier and Type | Method and Description |
|---|---|
BatchRunPivotReportsRequest |
BatchRunPivotReportsRequest.setRequests(List<RunPivotReportRequest> requests)
Individual requests.
|
Copyright © 2011–2023 Google. All rights reserved.