Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesCallConversion

A call conversion.

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

Properties

CallStartDateTime

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

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

CallerId

The caller id from which this call was placed. Caller id is expected to be in E.164 format with preceding '+' sign, for example, "+16502531234".

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

Consent

The consent setting for the event.

Declaration
[JsonProperty("consent")]
public virtual GoogleAdsSearchads360V23CommonConsent Consent { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonConsent

ConversionAction

Resource name of the conversion action associated with this conversion. Note: Although this resource name consists of a customer id and a conversion action id, validation will ignore the customer id and use the conversion action id as the sole identifier of the conversion action.

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

ConversionDateTime

The date time at which the conversion occurred. Must be after the call time. The timezone must be specified. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".

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

ConversionValue

The value of the conversion for the advertiser.

Declaration
[JsonProperty("conversionValue")]
public virtual double? ConversionValue { get; set; }
Property Value
Type Description
double?

CurrencyCode

Currency associated with the conversion value. This is the ISO 4217 3-character currency code. For example: USD, EUR.

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

CustomVariables

The custom variables associated with this conversion.

Declaration
[JsonProperty("customVariables")]
public virtual IList<GoogleAdsSearchads360V23ServicesCustomVariable> CustomVariables { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ServicesCustomVariable>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX