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
519 520 521 522 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 519 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
519 520 521 522 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 519 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_mappings ⇒ ::Array<::Google::Analytics::Admin::V1alpha::EventMapping>
519 520 521 522 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 519 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fine_value ⇒ ::Integer
519 520 521 522 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 519 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lock_enabled ⇒ ::Boolean
519 520 521 522 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 519 class ConversionValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |