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.
17034 17035 17036 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17034 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
17013 17014 17015 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17013 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
17018 17019 17020 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17018 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
17026 17027 17028 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17026 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
17032 17033 17034 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17032 def postback_mappings @postback_mappings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17039 17040 17041 17042 17043 17044 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17039 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 |