Class: Google::Analytics::Admin::V1alpha::ConversionEvent::DefaultConversionValue
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ConversionEvent::DefaultConversionValue
- 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
-
#currency_code ⇒ ::String
When a conversion event for this event_name has no set currency, this currency will be applied as the default.
-
#value ⇒ ::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.
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.
853 854 855 856 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 853 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.
853 854 855 856 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 853 class DefaultConversionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |