Class: Google::Analytics::Admin::V1alpha::ConversionEvent
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ConversionEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
A conversion event in a Google Analytics property.
Defined Under Namespace
Modules: ConversionCountingMethod
Instance Attribute Summary collapse
-
#counting_method ⇒ ::Google::Analytics::Admin::V1alpha::ConversionEvent::ConversionCountingMethod
Optional.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#custom ⇒ ::Boolean
readonly
Output only.
-
#deletable ⇒ ::Boolean
readonly
Output only.
-
#event_name ⇒ ::String
Immutable.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#counting_method ⇒ ::Google::Analytics::Admin::V1alpha::ConversionEvent::ConversionCountingMethod
Returns Optional. The method by which conversions will be counted across multiple
events within a session. If this value is not provided, it will be set to
ONCE_PER_EVENT.
747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 747 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The method by which conversions will be counted across multiple events # within a session. module ConversionCountingMethod # Counting method not specified. CONVERSION_COUNTING_METHOD_UNSPECIFIED = 0 # Each Event instance is considered a Conversion. ONCE_PER_EVENT = 1 # An Event instance is considered a Conversion at most once per session per # user. ONCE_PER_SESSION = 2 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when this conversion event was created in the property.
747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 747 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The method by which conversions will be counted across multiple events # within a session. module ConversionCountingMethod # Counting method not specified. CONVERSION_COUNTING_METHOD_UNSPECIFIED = 0 # Each Event instance is considered a Conversion. ONCE_PER_EVENT = 1 # An Event instance is considered a Conversion at most once per session per # user. ONCE_PER_SESSION = 2 end end |
#custom ⇒ ::Boolean (readonly)
Returns Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 747 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The method by which conversions will be counted across multiple events # within a session. module ConversionCountingMethod # Counting method not specified. CONVERSION_COUNTING_METHOD_UNSPECIFIED = 0 # Each Event instance is considered a Conversion. ONCE_PER_EVENT = 1 # An Event instance is considered a Conversion at most once per session per # user. ONCE_PER_SESSION = 2 end end |
#deletable ⇒ ::Boolean (readonly)
Returns Output only. If set, this event can currently be deleted with DeleteConversionEvent.
747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 747 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The method by which conversions will be counted across multiple events # within a session. module ConversionCountingMethod # Counting method not specified. CONVERSION_COUNTING_METHOD_UNSPECIFIED = 0 # Each Event instance is considered a Conversion. ONCE_PER_EVENT = 1 # An Event instance is considered a Conversion at most once per session per # user. ONCE_PER_SESSION = 2 end end |
#event_name ⇒ ::String
Returns Immutable. The event name for this conversion event. Examples: 'click', 'purchase'.
747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 747 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The method by which conversions will be counted across multiple events # within a session. module ConversionCountingMethod # Counting method not specified. CONVERSION_COUNTING_METHOD_UNSPECIFIED = 0 # Each Event instance is considered a Conversion. ONCE_PER_EVENT = 1 # An Event instance is considered a Conversion at most once per session per # user. ONCE_PER_SESSION = 2 end end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}.
747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 747 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The method by which conversions will be counted across multiple events # within a session. module ConversionCountingMethod # Counting method not specified. CONVERSION_COUNTING_METHOD_UNSPECIFIED = 0 # Each Event instance is considered a Conversion. ONCE_PER_EVENT = 1 # An Event instance is considered a Conversion at most once per session per # user. ONCE_PER_SESSION = 2 end end |