Class: Google::Analytics::Admin::V1alpha::ConversionValues
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ConversionValues
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Conversion value settings for a postback window for SKAdNetwork conversion value schema.
Instance Attribute Summary collapse
-
#coarse_value ⇒ ::Google::Analytics::Admin::V1alpha::CoarseValue
Required.
-
#display_name ⇒ ::String
Display name of the SKAdNetwork conversion value.
-
#event_mappings ⇒ ::Array<::Google::Analytics::Admin::V1alpha::EventMapping>
Event conditions that must be met for this Conversion Value to be achieved.
-
#fine_value ⇒ ::Integer
The fine-grained conversion value.
-
#lock_enabled ⇒ ::Boolean
If true, the SDK should lock to this conversion value for the current postback window.
Instance Attribute Details
#coarse_value ⇒ ::Google::Analytics::Admin::V1alpha::CoarseValue
Returns Required. A coarse grained conversion value.
This value is not guaranteed to be unique.
493 494 495 496 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 493 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Display name of the SKAdNetwork conversion value. The max allowed display name length is 50 UTF-16 code units.
493 494 495 496 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 493 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_mappings ⇒ ::Array<::Google::Analytics::Admin::V1alpha::EventMapping>
Returns Event conditions that must be met for this Conversion Value to be achieved. The conditions in this list are ANDed together. It must have minimum of 1 entry and maximum of 3 entries, if the postback window is enabled.
493 494 495 496 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 493 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fine_value ⇒ ::Integer
Returns The fine-grained conversion value. This is applicable only to the first postback window. Its valid values are [0,63], both inclusive. It must be set for postback window 1, and must not be set for postback window 2 & 3. This value is not guaranteed to be unique.
If the configuration for the first postback window is re-used for second or third postback windows this field has no effect.
493 494 495 496 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 493 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lock_enabled ⇒ ::Boolean
Returns If true, the SDK should lock to this conversion value for the current postback window.
493 494 495 496 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 493 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |