GoogleApi.AnalyticsData.V1alpha.Model.Dimension (google_api_analytics_data v0.2.0) View Source
Dimensions are attributes of your data. For example, the dimension City indicates the city, for example, "Paris" or "New York", from which an event originates. Requests are allowed up to 8 dimensions.
Attributes
-
dimensionExpression
(type:GoogleApi.AnalyticsData.V1alpha.Model.DimensionExpression.t
, default:nil
) - One dimension can be the result of an expression of multiple dimensions. For example, dimension "country, city": concatenate(country, ", ", city). -
name
(type:String.t
, default:nil
) - The name of the dimension.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsData.V1alpha.Model.Dimension{ dimensionExpression: GoogleApi.AnalyticsData.V1alpha.Model.DimensionExpression.t(), name: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.