Dimensions are attributes of your data. For example, the dimension city
indicates the city from which an event originates. Dimension values in report
responses are strings; for example, the city could be "Paris" or "New York".
Protobuf type google.analytics.data.v1alpha.Dimension
The name of the dimension. See the API
Dimensions
for the list of dimension names supported by core reporting methods such
as runReport and batchRunReports. See
Realtime
Dimensions
for the list of dimension names supported by the runRealtimeReport
method. See
Funnel
Dimensions
for the list of dimension names supported by the runFunnelReport
method.
If dimensionExpression is specified, name can be any string that you
would like within the allowed character set. For example if a
dimensionExpression concatenates country and city, you could call
that dimension countryAndCity. Dimension names that you choose must match
the regular expression ^[a-zA-Z0-9_]$.
Dimensions are referenced by name in dimensionFilter, orderBys,
dimensionExpression, and pivots.
The name of the dimension. See the API
Dimensions
for the list of dimension names supported by core reporting methods such
as runReport and batchRunReports. See
Realtime
Dimensions
for the list of dimension names supported by the runRealtimeReport
method. See
Funnel
Dimensions
for the list of dimension names supported by the runFunnelReport
method.
If dimensionExpression is specified, name can be any string that you
would like within the allowed character set. For example if a
dimensionExpression concatenates country and city, you could call
that dimension countryAndCity. Dimension names that you choose must match
the regular expression ^[a-zA-Z0-9_]$.
Dimensions are referenced by name in dimensionFilter, orderBys,
dimensionExpression, and pivots.
[[["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-01-28 UTC."],[],[]]