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 Classes: DefaultConversionValue
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.
-
#default_conversion_value ⇒ ::Google::Analytics::Admin::V1alpha::ConversionEvent::DefaultConversionValue
Optional.
-
#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
899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 899 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines a default value/currency for a conversion event. Both value and # currency must be provided. # @!attribute [rw] value # @return [::Float] # This value will be used to populate the value for all conversions # of the specified event_name where the event "value" parameter is unset. # @!attribute [rw] currency_code # @return [::String] # When a conversion event for this event_name has no set currency, # this currency will be applied as the default. Must be in ISO 4217 # currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for # more information. class DefaultConversionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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)
899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 899 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines a default value/currency for a conversion event. Both value and # currency must be provided. # @!attribute [rw] value # @return [::Float] # This value will be used to populate the value for all conversions # of the specified event_name where the event "value" parameter is unset. # @!attribute [rw] currency_code # @return [::String] # When a conversion event for this event_name has no set currency, # this currency will be applied as the default. Must be in ISO 4217 # currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for # more information. class DefaultConversionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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)
899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 899 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines a default value/currency for a conversion event. Both value and # currency must be provided. # @!attribute [rw] value # @return [::Float] # This value will be used to populate the value for all conversions # of the specified event_name where the event "value" parameter is unset. # @!attribute [rw] currency_code # @return [::String] # When a conversion event for this event_name has no set currency, # this currency will be applied as the default. Must be in ISO 4217 # currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for # more information. class DefaultConversionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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 |
#default_conversion_value ⇒ ::Google::Analytics::Admin::V1alpha::ConversionEvent::DefaultConversionValue
899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 899 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines a default value/currency for a conversion event. Both value and # currency must be provided. # @!attribute [rw] value # @return [::Float] # This value will be used to populate the value for all conversions # of the specified event_name where the event "value" parameter is unset. # @!attribute [rw] currency_code # @return [::String] # When a conversion event for this event_name has no set currency, # this currency will be applied as the default. Must be in ISO 4217 # currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for # more information. class DefaultConversionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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)
899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 899 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines a default value/currency for a conversion event. Both value and # currency must be provided. # @!attribute [rw] value # @return [::Float] # This value will be used to populate the value for all conversions # of the specified event_name where the event "value" parameter is unset. # @!attribute [rw] currency_code # @return [::String] # When a conversion event for this event_name has no set currency, # this currency will be applied as the default. Must be in ISO 4217 # currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for # more information. class DefaultConversionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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
899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 899 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines a default value/currency for a conversion event. Both value and # currency must be provided. # @!attribute [rw] value # @return [::Float] # This value will be used to populate the value for all conversions # of the specified event_name where the event "value" parameter is unset. # @!attribute [rw] currency_code # @return [::String] # When a conversion event for this event_name has no set currency, # this currency will be applied as the default. Must be in ISO 4217 # currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for # more information. class DefaultConversionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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)
899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 899 class ConversionEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines a default value/currency for a conversion event. Both value and # currency must be provided. # @!attribute [rw] value # @return [::Float] # This value will be used to populate the value for all conversions # of the specified event_name where the event "value" parameter is unset. # @!attribute [rw] currency_code # @return [::String] # When a conversion event for this event_name has no set currency, # this currency will be applied as the default. Must be in ISO 4217 # currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for # more information. class DefaultConversionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # 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 |