GoogleApi.Analytics.V3.Model.CustomDimension (google_api_analytics v0.12.0) View Source
JSON template for Analytics Custom Dimension.
Attributes
-
accountId
(type:String.t
, default:nil
) - Account ID. -
active
(type:boolean()
, default:nil
) - Boolean indicating whether the custom dimension is active. -
created
(type:DateTime.t
, default:nil
) - Time the custom dimension was created. -
id
(type:String.t
, default:nil
) - Custom dimension ID. -
index
(type:integer()
, default:nil
) - Index of the custom dimension. -
kind
(type:String.t
, default:analytics#customDimension
) - Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field. -
name
(type:String.t
, default:nil
) - Name of the custom dimension. -
parentLink
(type:GoogleApi.Analytics.V3.Model.CustomDimensionParentLink.t
, default:nil
) - Parent link for the custom dimension. Points to the property to which the custom dimension belongs. -
scope
(type:String.t
, default:nil
) - Scope of the custom dimension: HIT, SESSION, USER or PRODUCT. -
selfLink
(type:String.t
, default:nil
) - Link for the custom dimension -
updated
(type:DateTime.t
, default:nil
) - Time the custom dimension was last modified. -
webPropertyId
(type:String.t
, default:nil
) - Property ID.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Analytics.V3.Model.CustomDimension{ accountId: String.t(), active: boolean(), created: DateTime.t(), id: String.t(), index: integer(), kind: String.t(), name: String.t(), parentLink: GoogleApi.Analytics.V3.Model.CustomDimensionParentLink.t(), scope: String.t(), selfLink: String.t(), updated: DateTime.t(), webPropertyId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.