Dimensions are attributes of your data. For example, the dimension
userEmail indicates the email of the user that accessed reporting data.
Dimension values in report responses are strings.
Protobuf type google.analytics.admin.v1alpha.AccessDimension
The API name of the dimension. See Data Access
Schema
for the list of dimensions supported in this API.
Dimensions are referenced by name in dimensionFilter and orderBys.
The API name of the dimension. See Data Access
Schema
for the list of dimensions supported in this API.
Dimensions are referenced by name in dimensionFilter and orderBys.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `AccessDimension` class within the Google Analytics Admin API for Java, covering versions from 0.14.0 up to the latest, 0.70.0."],["`AccessDimension` is a class that represents a dimension, which are attributes of data, such as a `userEmail` dimension that indicates the email of the user who accessed the reporting data."],["The class `AccessDimension` is of Protobuf type `google.analytics.admin.v1alpha.AccessDimension` and it inherits from `GeneratedMessageV3`, offering various methods for parsing and handling dimension data."],["The `getDimensionName()` method retrieves the API name of a dimension, referencing the Data Access Schema for a list of supported dimensions."],["Static methods like `parseFrom()` and `newBuilder()` enable the creation and manipulation of `AccessDimension` objects, and `getDefaultInstance()` returns a default instance of the class."]]],[]]