| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
GaData.Query |
GaData.Query.clone() |
GaData.Query |
GaData.getQuery()
Analytics data request query parameters.
|
GaData.Query |
GaData.Query.set(String fieldName,
Object value) |
GaData.Query |
GaData.Query.setDimensions(String dimensions)
List of analytics dimensions.
|
GaData.Query |
GaData.Query.setEndDate(String endDate)
End date.
|
GaData.Query |
GaData.Query.setFilters(String filters)
Comma-separated list of dimension or metric filters.
|
GaData.Query |
GaData.Query.setIds(String ids)
Unique table ID.
|
GaData.Query |
GaData.Query.setMaxResults(Integer maxResults)
Maximum results per page.
|
GaData.Query |
GaData.Query.setMetrics(List<String> metrics)
List of analytics metrics.
|
GaData.Query |
GaData.Query.setSamplingLevel(String samplingLevel)
Desired sampling level
|
GaData.Query |
GaData.Query.setSegment(String segment)
Analytics advanced segment.
|
GaData.Query |
GaData.Query.setSort(List<String> sort)
List of dimensions or metrics based on which Analytics data is sorted.
|
GaData.Query |
GaData.Query.setStartDate(String startDate)
Start date.
|
GaData.Query |
GaData.Query.setStartIndex(Integer startIndex)
Start index.
|
| Modifier and Type | Method and Description |
|---|---|
GaData |
GaData.setQuery(GaData.Query query)
Analytics data request query parameters.
|
Copyright © 2011–2022 Google. All rights reserved.