Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ErrorsBudgetPerDayMinimumErrorDetails

Error details for a budget below per-day minimum error.

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

Properties

BudgetPerDayMinimumMicros

The minimum budget required by the campaign per day, in micros of the advertiser currency. Applies to both daily and custom budgets.

Declaration
[JsonProperty("budgetPerDayMinimumMicros")]
public virtual long? BudgetPerDayMinimumMicros { get; set; }
Property Value
Type Description
long?

CurrencyCode

The advertiser's currency, represented as a three-letter ISO 4217 currency code (such as "USD").

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

FailedBudgetAmountMicros

The budget amount value that was rejected as too low, in micros of the advertiser currency. Only set if this error is caused by the amount field value.

Declaration
[JsonProperty("failedBudgetAmountMicros")]
public virtual long? FailedBudgetAmountMicros { get; set; }
Property Value
Type Description
long?

FailedBudgetTotalAmountMicros

The budget total_amount value that was rejected as too low, in micros of the advertiser currency. Only set if this error is caused by the total_amount field value.

Declaration
[JsonProperty("failedBudgetTotalAmountMicros")]
public virtual long? FailedBudgetTotalAmountMicros { get; set; }
Property Value
Type Description
long?

MinimumBudgetAmountMicros

The minimum value for the budget's amount field required by the campaign, in micros of the advertiser currency. Only set if this error is caused by the amount field value.

Declaration
[JsonProperty("minimumBudgetAmountMicros")]
public virtual long? MinimumBudgetAmountMicros { get; set; }
Property Value
Type Description
long?

MinimumBudgetTotalAmountMicros

The minimum value for the budget's total_amount field required by the campaign given its configured start and end time, in micros of the advertiser currency. Only set if this error is caused by the total_amount field value.

Declaration
[JsonProperty("minimumBudgetTotalAmountMicros")]
public virtual long? MinimumBudgetTotalAmountMicros { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX