Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchema

The CustomerLink specific SkAdNetworkConversionValueSchema.

Inheritance
object
GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchema
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchema : IDirectResponseSchema

Properties

AppId

Required. Output only. Apple App Store app ID.

Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FineGrainedConversionValueMappings

Output only. Fine grained conversion value mappings.

Declaration
[JsonProperty("fineGrainedConversionValueMappings")]
public virtual IList<GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaFineGrainedConversionValueMappings> FineGrainedConversionValueMappings { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaFineGrainedConversionValueMappings>

MeasurementWindowHours

Output only. A time window (measured in hours) post-install, after which the App Attribution Partner or advertiser stops calling [updateConversionValue] (https://developer.apple.com/documentation/storekit/skadnetwork/3566697-updateconversionvalue).

Declaration
[JsonProperty("measurementWindowHours")]
public virtual int? MeasurementWindowHours { get; set; }
Property Value
Type Description
int?

PostbackMappings

Output only. Per-postback conversion value mappings for postbacks in multiple conversion windows. Only applicable for SkAdNetwork versions &gt;= 4.0.

Declaration
[JsonProperty("postbackMappings")]
public virtual IList<GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping> PostbackMappings { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX