Module: Google::Analytics::Admin::V1alpha::CustomDimension::DimensionScope
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Valid values for the scope of this dimension.
Constant Summary collapse
- DIMENSION_SCOPE_UNSPECIFIED =
Scope unknown or not specified.
0
- EVENT =
Dimension scoped to an event.
1
- USER =
Dimension scoped to a user.
2
- ITEM =
Dimension scoped to eCommerce items
3