Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchema
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchema
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
The CustomerLink specific SkAdNetworkConversionValueSchema.
Instance Attribute Summary collapse
-
#app_id ⇒ String
Required.
-
#fine_grained_conversion_value_mappings ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaFineGrainedConversionValueMappings>
Output only.
-
#measurement_window_hours ⇒ Fixnum
Output only.
-
#postback_mappings ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchema
constructor
A new instance of GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchema.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchema
Returns a new instance of GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchema.
16908 16909 16910 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16908 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_id ⇒ String
Required. Output only. Apple App Store app ID.
Corresponds to the JSON property appId
16887 16888 16889 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16887 def app_id @app_id end |
#fine_grained_conversion_value_mappings ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaFineGrainedConversionValueMappings>
Output only. Fine grained conversion value mappings.
Corresponds to the JSON property fineGrainedConversionValueMappings
16892 16893 16894 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16892 def fine_grained_conversion_value_mappings @fine_grained_conversion_value_mappings end |
#measurement_window_hours ⇒ Fixnum
Output only. A time window (measured in hours) post-install, after which the
App Attribution Partner or advertiser stops calling updateConversionValue.
Corresponds to the JSON property measurementWindowHours
16900 16901 16902 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16900 def measurement_window_hours @measurement_window_hours end |
#postback_mappings ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping>
Output only. Per-postback conversion value mappings for postbacks in multiple
conversion windows. Only applicable for SkAdNetwork versions >= 4.0.
Corresponds to the JSON property postbackMappings
16906 16907 16908 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16906 def postback_mappings @postback_mappings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16913 16914 16915 16916 16917 16918 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16913 def update!(**args) @app_id = args[:app_id] if args.key?(:app_id) @fine_grained_conversion_value_mappings = args[:fine_grained_conversion_value_mappings] if args.key?(:fine_grained_conversion_value_mappings) @measurement_window_hours = args[:measurement_window_hours] if args.key?(:measurement_window_hours) @postback_mappings = args[:postback_mappings] if args.key?(:postback_mappings) end |