اعتبارًا من 8 سبتمبر 2025، يجب أن يحدّد كل عنصر جديد في الحملة ما إذا كان سيعرض إعلانات سياسية في الاتحاد الأوروبي أم لا. ستتعذّر عمليات تحميل واجهة برمجة التطبيقات "مساحة العرض والفيديو 360" وملفات SDF التي لا تقدّم بيانات الإفصاح. يمكنك الاطّلاع على صفحة الإيقاف النهائي لمزيد من التفاصيل حول كيفية تعديل عملية الدمج لإجراء هذا البيان.
{"pacingPeriod": enum (PacingPeriod),"pacingType": enum (PacingType),// Union field daily_max_value can be only one of the following:"dailyMaxMicros": string,"dailyMaxImpressions": string// End of list of possible types for union field daily_max_value.}
الحد الأقصى لمبلغ العملة الذي يتم إنفاقه كل يوم بالمايكرو لعملة المعلن
سارٍ عندما تكون الميزانية مستندة إلى العملة. يجب أن تكون القيمة أكبر من 0. على سبيل المثال، لـ 1.5 وحدة قياسية من العملة، اضبط هذا الحقل على 1500000.
وسيتم تقريب القيمة المخصّصة إلى وحدات كاملة قابلة للفوترة بالعملة ذات الصلة وفقًا للقواعد التالية: سيتم تقريب أي قيمة موجبة أقل من وحدة واحدة قابلة للفوترة إلى وحدة واحدة قابلة للفوترة، وسيتم تقريب أي قيمة أكبر من وحدة واحدة قابلة للفوترة إلى أقرب قيمة قابلة للفوترة. على سبيل المثال، إذا كانت وحدة العملة القابلة للفوترة هي 0.01، وتم ضبط هذا الحقل على 10257770، سيتم تقريبه إلى 10250000، بقيمة 10.25. وإذا تم ضبطها على 505، سيتم تقريبها إلى 10,000، وهي القيمة 0.01.
الحد الأقصى لعدد مرات الظهور المطلوب عرضها كل يوم.
سارٍ عندما تستند الميزانية إلى مرات الظهور. يجب أن تكون القيمة أكبر من 0.
PacingPeriod
الفترات الزمنية المحتملة المستخدمة للإنفاق إلى مبلغ مستوى السرعة.
عمليات التعداد
PACING_PERIOD_UNSPECIFIED
قيمة الفترة غير محددة أو غير معروفة في هذا الإصدار.
PACING_PERIOD_DAILY
وسيتم تطبيق إعدادات مستوى السرعة يوميًا.
PACING_PERIOD_FLIGHT
سيتم تطبيق إعداد السرعة على مدة الرحلة الجوية بأكملها.
PacingType
أنواع مستوى السرعة المحتملة
عمليات التعداد
PACING_TYPE_UNSPECIFIED
لم يتم تحديد قيمة وضع وتيرة الإنفاق أو أنّ هذه القيمة غير معروفة في هذا الإصدار.
PACING_TYPE_AHEAD
ينطبق هذا الإجراء فقط على فترة مستوى السرعة PACING_PERIOD_FLIGHT. تحاول وتيرة الإنفاق السابقة الإنفاق بشكل أسرع من بالتساوي لضمان إنفاق الميزانية بالكامل بحلول نهاية الرحلة.
PACING_TYPE_ASAP
إنفاق كل مبلغ الميزانية حسب الجدول الزمني في أسرع وقت ممكن.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eDisplay & Video 360 API v2 has been sunset and is no longer supported.\u003c/p\u003e\n"],["\u003cp\u003ePacing settings control the rate at which a budget is spent, offering options for daily or flight-based allocation.\u003c/p\u003e\n"],["\u003cp\u003eBudget pacing types include spending as quickly as possible (ASAP), evenly over time, or ahead of schedule to utilize the full budget.\u003c/p\u003e\n"],["\u003cp\u003eDaily pacing allows setting maximum daily spending in currency or impressions, providing granular budget control.\u003c/p\u003e\n"],["\u003cp\u003eStarting November 5, 2024, the ASAP pacing type will no longer be compatible with flight pacing for insertion orders.\u003c/p\u003e\n"]]],[],null,["# Pacing\n\n| Display \\& Video 360 API v2 has sunset.\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [PacingPeriod](#PacingPeriod)\n- [PacingType](#PacingType)\n\nSettings that control the rate at which a budget is spent.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"pacingPeriod\": enum (/display-video/api/reference/rest/v2/Pacing#PacingPeriod), \"pacingType\": enum (/display-video/api/reference/rest/v2/Pacing#PacingType), // Union field `daily_max_value` can be only one of the following: \"dailyMaxMicros\": string, \"dailyMaxImpressions\": string // End of list of possible types for union field `daily_max_value`. } ``` |\n\n| Fields ||\n|-----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pacingPeriod` | `enum (`[PacingPeriod](/display-video/api/reference/rest/v2/Pacing#PacingPeriod)`)` Required. The time period in which the pacing budget will be spent. When automatic budget allocation is enabled at the insertion order via [automationType](/display-video/api/reference/rest/v2/advertisers.insertionOrders#InsertionOrderBudget.FIELDS.automation_type), this field is output only and defaults to `PACING_PERIOD_FLIGHT`. |\n| `pacingType` | `enum (`[PacingType](/display-video/api/reference/rest/v2/Pacing#PacingType)`)` Required. The type of pacing that defines how the budget amount will be spent across the [pacingPeriod](/display-video/api/reference/rest/v2/Pacing#FIELDS.pacing_period). \u003cbr /\u003e | **Warning** : Starting on **November 5, 2024** , `PACING_TYPE_ASAP` will no longer be compatible with [pacingPeriod](/display-video/api/reference/rest/v2/Pacing#FIELDS.pacing_period) `PACING_PERIOD_FLIGHT` for insertion orders. [Read more about this announced change](/display-video/api/deprecations#features.io_asap). \u003cbr /\u003e |\n| Union field `daily_max_value`. Applicable when [pacing_period](/display-video/api/reference/rest/v2/Pacing#FIELDS.pacing_period) is set to be `PACING_PERIOD_DAILY`. `daily_max_value` can be only one of the following: ||\n| `dailyMaxMicros` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Maximum currency amount to spend every day in micros of advertiser's currency. Applicable when the budget is currency based. Must be greater than 0. For example, for 1.5 standard unit of the currency, set this field to 1500000. The value assigned will be rounded to whole billable units for the relevant currency by the following rules: any positive value less than a single billable unit will be rounded up to one billable unit and any value larger than a single billable unit will be rounded down to the nearest billable value. For example, if the currency's billable unit is 0.01, and this field is set to 10257770, it will round down to 10250000, a value of 10.25. If set to 505, it will round up to 10000, a value of 0.01. |\n| `dailyMaxImpressions` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Maximum number of impressions to serve every day. Applicable when the budget is impression based. Must be greater than 0. |\n\nPacingPeriod\n------------\n\nPossible time periods used to spend to the pacing amount.\n\n| Enums ||\n|-----------------------------|------------------------------------------------------------------|\n| `PACING_PERIOD_UNSPECIFIED` | Period value is not specified or is unknown in this version. |\n| `PACING_PERIOD_DAILY` | The pacing setting will be applied on daily basis. |\n| `PACING_PERIOD_FLIGHT` | The pacing setting will be applied to the whole flight duration. |\n\nPacingType\n----------\n\nPossible pacing types.\n\n| Enums ||\n|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `PACING_TYPE_UNSPECIFIED` | Pacing mode value is not specified or is unknown in this version. |\n| `PACING_TYPE_AHEAD` | Only applicable to `PACING_PERIOD_FLIGHT` pacing period. Ahead pacing attempts to spend faster than evenly, to make sure the entire budget is spent by the end of the flight. |\n| `PACING_TYPE_ASAP` | Spend all of pacing budget amount as quick as possible. |\n| `PACING_TYPE_EVEN` | Spend a consistent budget amount every period of time. |"]]