Class: Google::Analytics::Admin::V1alpha::CustomDimension

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

A definition for a CustomDimension.

Defined Under Namespace

Modules: DimensionScope

Instance Attribute Summary collapse

Instance Attribute Details

#description::String



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1093

class CustomDimension
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid values for the scope of this dimension.
  module DimensionScope
    # Scope unknown or not specified.
    DIMENSION_SCOPE_UNSPECIFIED = 0

    # Dimension scoped to an event.
    EVENT = 1

    # Dimension scoped to a user.
    USER = 2

    # Dimension scoped to eCommerce items
    ITEM = 3
  end
end

#disallow_ads_personalization::Boolean



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1093

class CustomDimension
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid values for the scope of this dimension.
  module DimensionScope
    # Scope unknown or not specified.
    DIMENSION_SCOPE_UNSPECIFIED = 0

    # Dimension scoped to an event.
    EVENT = 1

    # Dimension scoped to a user.
    USER = 2

    # Dimension scoped to eCommerce items
    ITEM = 3
  end
end

#display_name::String



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1093

class CustomDimension
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid values for the scope of this dimension.
  module DimensionScope
    # Scope unknown or not specified.
    DIMENSION_SCOPE_UNSPECIFIED = 0

    # Dimension scoped to an event.
    EVENT = 1

    # Dimension scoped to a user.
    USER = 2

    # Dimension scoped to eCommerce items
    ITEM = 3
  end
end

#name::String (readonly)



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1093

class CustomDimension
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid values for the scope of this dimension.
  module DimensionScope
    # Scope unknown or not specified.
    DIMENSION_SCOPE_UNSPECIFIED = 0

    # Dimension scoped to an event.
    EVENT = 1

    # Dimension scoped to a user.
    USER = 2

    # Dimension scoped to eCommerce items
    ITEM = 3
  end
end

#parameter_name::String



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1093

class CustomDimension
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid values for the scope of this dimension.
  module DimensionScope
    # Scope unknown or not specified.
    DIMENSION_SCOPE_UNSPECIFIED = 0

    # Dimension scoped to an event.
    EVENT = 1

    # Dimension scoped to a user.
    USER = 2

    # Dimension scoped to eCommerce items
    ITEM = 3
  end
end

#scope::Google::Analytics::Admin::V1alpha::CustomDimension::DimensionScope



1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1093

class CustomDimension
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid values for the scope of this dimension.
  module DimensionScope
    # Scope unknown or not specified.
    DIMENSION_SCOPE_UNSPECIFIED = 0

    # Dimension scoped to an event.
    EVENT = 1

    # Dimension scoped to a user.
    USER = 2

    # Dimension scoped to eCommerce items
    ITEM = 3
  end
end