Kể từ ngày 8 tháng 9 năm 2025, mỗi mục hàng mới sẽ cần phải khai báo xem mục hàng đó có phân phát quảng cáo chính trị ở Liên minh Châu Âu (EU) hay không. Display & Video 360 API và các tệp SDF được tải lên mà không cung cấp thông tin khai báo sẽ không thành công. Hãy xem trang thông báo về những nội dung không dùng nữa để biết thêm thông tin về cách cập nhật quy trình tích hợp để đưa ra nội dung khai báo này.
Chế độ cài đặt kiểm soát tỷ lệ chi tiêu ngân sách.
Biểu diễn dưới dạng JSON
{"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.}
Bắt buộc. Khoảng thời gian ngân sách tốc độ sẽ được chi tiêu.
Khi tính năng phân bổ ngân sách tự động được bật ở đơn đặt hàng quảng cáo qua [auto_budget_allocation][InsertionOrderBudget.auto_budget_allocation], trường này chỉ được đưa ra và mặc định là PACING_PERIOD_FLIGHT.
Bắt buộc. Loại tốc độ xác định cách chi tiêu số tiền ngân sách trên pacingPeriod.
Trường kết hợp daily_max_value. Có thể áp dụng khi bạn đặt pacing_period thành PACING_PERIOD_DAILY. daily_max_value chỉ có thể là một trong những trạng thái sau đây:
Số tiền tối đa để chi tiêu mỗi ngày tính bằng một phần triệu đơn vị tiền tệ của nhà quảng cáo.
Áp dụng khi ngân sách dựa trên đơn vị tiền tệ. Phải lớn hơn 0. Ví dụ: Đối với 1, 5 đơn vị tiền tệ chuẩn, hãy đặt trường này thành 1500000.
Giá trị chỉ định sẽ được làm tròn thành toàn bộ đơn vị có thể thanh toán cho đơn vị tiền tệ có thể tính phí tương ứng theo các quy tắc sau: bất kỳ giá trị dương nào nhỏ hơn một đơn vị có thể tính phí sẽ được làm tròn thành một đơn vị có thể tính phí và bất kỳ giá trị nào lớn hơn một đơn vị có thể tính phí sẽ được làm tròn xuống giá trị có thể tính phí gần nhất. Ví dụ: Nếu đơn vị có thể tính phí của đơn vị tiền tệ là 0, 01 và trường này được đặt thành 10257770, thì trường này sẽ làm tròn xuống 10250000, giá trị là 10, 25. Nếu đặt thành 505, nó sẽ làm tròn thành 10000, giá trị 0,01.
Có thể áp dụng khi ngân sách dựa trên số lượt hiển thị. Phải lớn hơn 0.
PacingPeriod
Khoảng thời gian có thể được dùng để đạt đến tốc độ.
Enum
PACING_PERIOD_UNSPECIFIED
Giá trị khoảng thời gian chưa được chỉ định hoặc không xác định trong phiên bản này.
PACING_PERIOD_DAILY
Chế độ cài đặt tốc độ chi tiêu sẽ được áp dụng hằng ngày.
PACING_PERIOD_FLIGHT
Chế độ cài đặt tốc độ sẽ được áp dụng cho toàn bộ thời lượng hiển thị.
PacingType
Các loại tốc độ có thể có.
Enum
PACING_TYPE_UNSPECIFIED
Giá trị chế độ tốc độ chưa được chỉ định hoặc không xác định trong phiên bản này.
PACING_TYPE_AHEAD
Chỉ áp dụng cho khoảng thời gian tốc độ PACING_PERIOD_FLIGHT. Nhịp độ chi tiêu vượt quá sẽ cố gắng chi tiêu nhanh hơn mức chi tiêu đồng đều để đảm bảo chi tiêu hết toàn bộ ngân sách trước khi hết thời gian hiển thị.
PACING_TYPE_ASAP
Chi tiêu toàn bộ số tiền trong ngân sách tốc độ nhanh nhất có thể.
PACING_TYPE_EVEN
Chi tiêu một số tiền ngân sách nhất quán trong mỗi khoảng thời gian.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eDisplay & Video 360 API v1 is sunset and this documentation details the settings that control the rate at which a budget is spent (Pacing).\u003c/p\u003e\n"],["\u003cp\u003ePacing settings include pacing period (daily or over the flight duration) and pacing type (ahead, as soon as possible, or even).\u003c/p\u003e\n"],["\u003cp\u003eWhen pacing period is set to daily, a daily maximum value can be assigned as either a currency amount or a maximum number of impressions.\u003c/p\u003e\n"],["\u003cp\u003ePacing can also be applied to the whole flight duration with options to spend ahead, evenly, or as quickly as possible.\u003c/p\u003e\n"]]],[],null,["# Pacing\n\n| Display \\& Video 360 API v1 has been 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/v1/Pacing#PacingPeriod), \"pacingType\": enum (/display-video/api/reference/rest/v1/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/v1/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 \\[auto_budget_allocation\\]\\[InsertionOrderBudget.auto_budget_allocation\\], this field is output only and defaults to `PACING_PERIOD_FLIGHT`. |\n| `pacingType` | `enum (`[PacingType](/display-video/api/reference/rest/v1/Pacing#PacingType)`)` Required. The type of pacing that defines how the budget amount will be spent across the [pacingPeriod](/display-video/api/reference/rest/v1/Pacing#FIELDS.pacing_period). |\n| Union field `daily_max_value`. Applicable when [pacing_period](/display-video/api/reference/rest/v1/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. |"]]