Class: Google::Analytics::Admin::V1alpha::PostbackWindow
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::PostbackWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Settings for a SKAdNetwork conversion postback window.
Instance Attribute Summary collapse
-
#conversion_values ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ConversionValues>
Ordering of the repeated field will be used to prioritize the conversion value settings.
-
#postback_window_settings_enabled ⇒ ::Boolean
If enable_postback_window_settings is true, conversion_values must be populated and will be used for determining when and how to set the Conversion Value on a client device and exporting schema to linked Ads accounts.
Instance Attribute Details
#conversion_values ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ConversionValues>
485 486 487 488 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 485 class PostbackWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#postback_window_settings_enabled ⇒ ::Boolean
485 486 487 488 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 485 class PostbackWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |