Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping

Mappings for each postback in multiple conversion windows.

Inheritance
object
GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping
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 GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaPostbackMapping : IDirectResponseSchema

Properties

CoarseGrainedConversionValueMappings

Output only. Conversion value mappings for all coarse grained conversion values.

Declaration
[JsonProperty("coarseGrainedConversionValueMappings")]
public virtual GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaCoarseGrainedConversionValueMappings CoarseGrainedConversionValueMappings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaCoarseGrainedConversionValueMappings

ETag

The ETag of the item.

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

LockWindowCoarseConversionValue

Output only. Coarse grained conversion value that triggers conversion window lock.

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

LockWindowEvent

Output only. Event name that triggers conversion window lock.

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

LockWindowFineConversionValue

Output only. Fine grained conversion value that triggers conversion window lock.

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

PostbackSequenceIndex

Output only. 0-based index that indicates the order of postback. Valid values are in the inclusive range [0,2].

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX