Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesConversionAdjustmentResult

Information identifying a successfully processed ConversionAdjustment.

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

Properties

AdjustmentDateTime

The date time at which the adjustment occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".

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

AdjustmentType

The adjustment type.

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

ConversionAction

Resource name of the conversion action associated with this conversion adjustment.

Declaration
[JsonProperty("conversionAction")]
public virtual string ConversionAction { 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

GclidDateTimePair

The gclid and conversion date time of the conversion.

Declaration
[JsonProperty("gclidDateTimePair")]
public virtual GoogleAdsSearchads360V23ServicesGclidDateTimePair GclidDateTimePair { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesGclidDateTimePair

OrderId

The order ID of the conversion to be adjusted.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX