BudgetPerDayMinimumErrorDetails

  • This page details the error that occurs when a budget is set below the per-day minimum.

  • The currency code is the three-letter ISO 4217 code for the advertiser's currency.

  • budget_per_day_minimum_micros indicates the minimum required budget per day in micros for the advertiser currency.

  • minimum_budget_amount_micros and minimum_budget_total_amount_micros provide minimum required values for the budget's amount and total_amount fields respectively, in micros.

  • failed_budget_amount_micros and failed_budget_total_amount_micros show the rejected budget amount and total_amount values, in micros.

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

Fields

currency_code

string

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

budget_per_day_minimum_micros

int64

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

minimum_budget_amount_micros

int64

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.

minimum_budget_total_amount_micros

int64

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.

failed_budget_amount_micros

int64

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.

failed_budget_total_amount_micros

int64

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.