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

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

Overview

Defines a default value/currency for a conversion event. Both value and currency must be provided.

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns 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.

Returns:

  • (::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.



848
849
850
851
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 848

class DefaultConversionValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::Float

Returns This value will be used to populate the value for all conversions of the specified event_name where the event "value" parameter is unset.

Returns:

  • (::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.



848
849
850
851
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 848

class DefaultConversionValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end