Class: Google::Analytics::Admin::V1alpha::ConversionEvent

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 conversion event in a Google Analytics property.

Defined Under Namespace

Modules: ConversionCountingMethod Classes: DefaultConversionValue

Instance Attribute Summary collapse

Instance Attribute Details

#counting_method::Google::Analytics::Admin::V1alpha::ConversionEvent::ConversionCountingMethod



934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 934

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)



934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 934

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)



934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 934

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



934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 934

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)



934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 934

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



934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 934

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)



934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 934

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