--- v20/errors/campaign_budget_error.proto 2025-08-05 14:39:40.000000000 +0000 +++ v21/errors/campaign_budget_error.proto 2025-08-05 14:39:46.000000000 +0000 @@ -98,5 +98,10 @@ // Budget amount must be unset when BudgetPeriod is CUSTOM. BUDGET_AMOUNT_MUST_BE_UNSET_FOR_CUSTOM_BUDGET_PERIOD = 21; + + // Budget amount or total amount must be above this campaign's per-day + // minimum. See the error's details.budget_per_day_minimum_error_details + // field for more information. + BUDGET_BELOW_PER_DAY_MINIMUM = 22; } }
/errors/campaign_budget_error.proto
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-08-21 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-08-21 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# /errors/campaign_budget_error.proto\n\n```diff\n--- v20/errors/campaign_budget_error.proto 2025-08-05 14:39:40.000000000 +0000\n+++ v21/errors/campaign_budget_error.proto 2025-08-05 14:39:46.000000000 +0000\n@@ -98,5 +98,10 @@\n\n // Budget amount must be unset when BudgetPeriod is CUSTOM.\n BUDGET_AMOUNT_MUST_BE_UNSET_FOR_CUSTOM_BUDGET_PERIOD = 21;\n+\n+ // Budget amount or total amount must be above this campaign's per-day\n+ // minimum. See the error's details.budget_per_day_minimum_error_details\n+ // field for more information.\n+ BUDGET_BELOW_PER_DAY_MINIMUM = 22;\n }\n }\n```"]]