Google Analytics Data V1beta API - Class Google::Analytics::Data::V1beta::Dimension (v0.4.3)

Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::Dimension.

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, city could be "Paris" or "New York". Requests are allowed up to 9 dimensions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dimension_expression

defdimension_expression()->::Google::Analytics::Data::V1beta::DimensionExpression
Returns

#dimension_expression=

defdimension_expression=(value)->::Google::Analytics::Data::V1beta::DimensionExpression
Parameter
Returns

#name

defname()->::String
Returns
  • (::String) — The name of the dimension. See the API Dimensions for the list of dimension names.

    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.

#name=

defname=(value)->::String
Parameter
  • value (::String) — The name of the dimension. See the API Dimensions for the list of dimension names.

    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.

Returns
  • (::String) — The name of the dimension. See the API Dimensions for the list of dimension names.

    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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.