Class GoogleAdsSearchads360V0ResourcesConversionActionValueSettings
Settings related to the value for conversion events associated with this conversion action.
Implements
Inherited Members
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 |