Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesConversionActionValueSettings

Settings related to the value for conversion events associated with this conversion action.

Inheritance
object
GoogleAdsSearchads360V0ResourcesConversionActionValueSettings
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.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesConversionActionValueSettings : IDirectResponseSchema

Properties

AlwaysUseDefaultValue

Controls whether the default value and default currency code are used in place of the value and currency code specified in conversion events for this conversion action.

Declaration
[JsonProperty("alwaysUseDefaultValue")]
public virtual bool? AlwaysUseDefaultValue { get; set; }
Property Value
Type Description
bool?

DefaultCurrencyCode

The currency code to use when conversion events for this conversion action are sent with an invalid or missing currency code, or when this conversion action is configured to always use the default value.

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

DefaultValue

The value to use when conversion events for this conversion action are sent with an invalid, disallowed or missing value, or when this conversion action is configured to always use the default value.

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

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