--- 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
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-21 UTC
[null,null,["อัปเดตล่าสุด 2025-08-21 UTC"],[],[],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```"]]