Her yeni satır öğesinin, Avrupa Birliği (AB) siyasi reklamları yayınlayıp yayınlamayacağını beyan etmesi gerekir. Bildirim içermeyen Display & Video 360 API ve SDF yüklemeleri başarısız olur. Daha fazla bilgi için kullanımdan kaldırma sayfamızı inceleyin.
{"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.}
Zorunlu. İlerleme hızı bütçesinin harcanacağı dönem.
Kampanya siparişinde automationType aracılığıyla otomatik bütçe ayırma etkinleştirildiğinde bu alan yalnızca çıkıştır ve varsayılan olarak PACING_PERIOD_FLIGHT değerini alır.
Zorunlu. Bütçe tutarının pacingPeriod genelinde nasıl harcanacağını tanımlayan ilerleme hızı türü.
PACING_TYPE_ASAP, kampanya siparişleri için pacingPeriodPACING_PERIOD_FLIGHT ile uyumlu değil.
Birlik alanı daily_max_value. pacing_periodPACING_PERIOD_DAILY olarak ayarlandığında geçerlidir. daily_max_value yalnızca aşağıdakilerden biri olabilir:
Reklamverenin para biriminde mikro ölçekte her gün harcanabilecek maksimum para birimi tutarı.
Bütçe para birimine dayalı olduğunda geçerlidir. 0'dan büyük olmalıdır. Örneğin, para biriminin 1, 5 standart birimi için bu alanı 1500000 olarak ayarlayın.
Atanan değer, aşağıdaki kurallara göre ilgili para birimi için tam faturalandırılabilir birimlere yuvarlanır: Tek bir faturalandırılabilir birimden küçük pozitif değerler bir faturalandırılabilir birime yuvarlanır ve tek bir faturalandırılabilir birimden büyük değerler en yakın faturalandırılabilir değere yuvarlanır. Örneğin, para biriminin faturalandırılabilir birimi 0,01 ise ve bu alan 10257770 olarak ayarlanmışsa değer 10250000'e (10,25 değerine) yuvarlanır. 505 olarak ayarlanırsa 0,01 değerine sahip 10000'e yuvarlanır.
Bütçe gösterime dayalı olduğunda geçerlidir. 0'dan büyük olmalıdır.
PacingPeriod
Tempo tutarı kadar harcama yapmak için kullanılan olası zaman dilimleri.
Sıralamalar
PACING_PERIOD_UNSPECIFIED
Dönem değeri belirtilmemiş veya bu sürümde bilinmiyor.
PACING_PERIOD_DAILY
İlerleme hızı ayarı günlük olarak uygulanır.
PACING_PERIOD_FLIGHT
Adım ayarı, uçuş süresinin tamamına uygulanır.
PacingType
Olası ilerleme hızı türleri.
Sıralamalar
PACING_TYPE_UNSPECIFIED
Pacing modu değeri bu sürümde belirtilmemiş veya bilinmiyor.
PACING_TYPE_AHEAD
Yalnızca PACING_PERIOD_FLIGHT ilerleme hızı dönemi için geçerlidir. "Önde" ilerleme hızı ayarı, bütçenin tamamının kampanyanın sonuna kadar harcanmasını sağlamak için eşit sıklıktan daha hızlı harcama yapmayı dener.
PACING_TYPE_ASAP
Hız ayarı bütçesinin tamamını mümkün olan en kısa sürede harcayın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[],["The Display & Video 360 API v4 beta includes settings to control budget spending rates. Key parameters are `pacingPeriod` (timeframe: daily or flight duration) and `pacingType` (spending mode: even, ahead, or ASAP). When `pacingPeriod` is daily, `dailyMaxMicros` or `dailyMaxImpressions` define the maximum daily budget. `dailyMaxMicros` applies to currency-based budgets and must be above zero, values will be rounded to whole billable units. `dailyMaxImpressions` refers to the max number of impressions to serve each day.\n"],null,["# Pacing\n\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/v4/Pacing#PacingPeriod), \"pacingType\": enum (/display-video/api/reference/rest/v4/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/v4/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/v4/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/v4/Pacing#PacingType)`)` Required. The type of pacing that defines how the budget amount will be spent across the [pacingPeriod](/display-video/api/reference/rest/v4/Pacing#FIELDS.pacing_period). `PACING_TYPE_ASAP` is not compatible with [pacingPeriod](/display-video/api/reference/rest/v4/Pacing#FIELDS.pacing_period) `PACING_PERIOD_FLIGHT` for insertion orders. |\n| Union field `daily_max_value`. Applicable when [pacing_period](/display-video/api/reference/rest/v4/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. |"]]