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

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

Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — The dimension's name.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The dimension's name.
Returns
  • (::String) — The dimension's name.