Bei jeder neuen Werbebuchung muss angegeben werden, ob Werbung mit politischen Inhalten in der Europäischen Union (EU) ausgeliefert wird. Display & Video 360 API- und SDF-Uploads ohne entsprechende Erklärungen schlagen fehl. Weitere Informationen finden Sie auf unserer Seite zu verworfenen Funktionen.
Einstellungen, mit denen die Geschwindigkeit gesteuert wird, mit der ein Budget ausgegeben wird.
JSON-Darstellung
{"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.}
Erforderlich. Der Zeitraum, in dem das Budget für die Abstufung ausgegeben wird.
Wenn die automatische Budgetzuweisung für den Anzeigenauftrag über automationType aktiviert ist, wird dieses Feld nur ausgegeben und hat standardmäßig den Wert PACING_PERIOD_FLIGHT.
Erforderlich. Der Typ der Budgetabstufung, der bestimmt, wie der Budgetbetrag über die pacingPeriod ausgegeben wird.
PACING_TYPE_ASAP ist nicht mit pacingPeriodPACING_PERIOD_FLIGHT für Anzeigenaufträge kompatibel.
Union-Feld daily_max_value. Gilt, wenn pacing_period auf PACING_PERIOD_DAILY festgelegt ist. Für daily_max_value ist nur einer der folgenden Werte zulässig:
Maximaler Währungsbetrag, der täglich ausgegeben werden soll, in Mikroeinheiten der Währung des Werbetreibenden.
Gilt, wenn das Budget währungsbasiert ist. Muss größer als 0 sein. Wenn Sie beispielsweise 1, 5 Standardeinheiten der Währung angeben möchten, setzen Sie dieses Feld auf 1500000.
Der zugewiesene Wert wird nach den folgenden Regeln auf ganze abrechenbare Einheiten für die entsprechende Währung gerundet: Jeder positive Wert, der kleiner als eine abrechenbare Einheit ist, wird auf eine abrechenbare Einheit aufgerundet. Jeder Wert, der größer als eine abrechenbare Einheit ist, wird auf den nächsten abrechenbaren Wert abgerundet. Wenn die abrechenbare Einheit der Währung beispielsweise 0, 01 ist und dieses Feld auf 10257770 festgelegt ist, wird der Wert auf 10250000 abgerundet, was einem Wert von 10, 25 entspricht. Bei der Einstellung 505 wird auf 10.000 aufgerundet, was einem Wert von 0, 01 entspricht.
Maximale Anzahl von Impressionen, die täglich ausgeliefert werden sollen.
Gilt, wenn das Budget impressionsbasiert ist. Muss größer als 0 sein.
PacingPeriod
Mögliche Zeiträume, in denen das Pacing-Betrag ausgegeben werden kann.
Enums
PACING_PERIOD_UNSPECIFIED
Der Zeitraumwert ist in dieser Version nicht angegeben oder unbekannt.
PACING_PERIOD_DAILY
Die Einstellung für die Budgetabstufung wird täglich angewendet.
PACING_PERIOD_FLIGHT
Die Einstellung für die Auslieferungsgeschwindigkeit wird auf die gesamte Flugdauer angewendet.
PacingType
Mögliche Pacing-Typen
Enums
PACING_TYPE_UNSPECIFIED
Der Wert für den Pacing-Modus ist in dieser Version nicht angegeben oder unbekannt.
PACING_TYPE_AHEAD
Gilt nur für den PACING_PERIOD_FLIGHT-Abstufungszeitraum. Bei der Budgetabstufung „Vorzeitig“ wird versucht, das Budget schneller als gleichmäßig auszugeben, damit es bis zum Ende des Kampagnenzeitraums vollständig aufgebraucht wird.
PACING_TYPE_ASAP
Das gesamte Budget für die Kampagne soll so schnell wie möglich ausgegeben werden.
PACING_TYPE_EVEN
Geben Sie in jedem Zeitraum einen gleichbleibenden Budgetbetrag aus.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-10 (UTC)."],[[["\u003cp\u003ePacing settings manage the rate at which a budget is spent, either daily or over the entire campaign duration.\u003c/p\u003e\n"],["\u003cp\u003eYou can control spending by setting daily limits for currency or impressions.\u003c/p\u003e\n"],["\u003cp\u003ePacing types allow you to spend evenly, quickly ("ASAP"), or ahead of schedule to exhaust the budget by the campaign's end.\u003c/p\u003e\n"],["\u003cp\u003eStarting November 5, 2024, the "ASAP" pacing type will no longer work with campaign-duration pacing for insertion orders.\u003c/p\u003e\n"]]],["Pacing settings control budget spending rates, defined by `pacingPeriod` and `pacingType`. `pacingPeriod` specifies the time frame (daily or flight duration), with `PACING_PERIOD_FLIGHT` as the default for automated budget allocation. `pacingType` dictates spending behavior (ASAP, ahead, or evenly), with `PACING_TYPE_ASAP` being incompatible with `PACING_PERIOD_FLIGHT`. For daily pacing, `dailyMaxMicros` sets the maximum daily currency spending, and `dailyMaxImpressions` sets the maximum number of daily impressions.\n"],null,["| Display \\& Video 360 API v3 is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\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/v3/Pacing#PacingPeriod), \"pacingType\": enum (/display-video/api/reference/rest/v3/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/v3/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/v3/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/v3/Pacing#PacingType)`)` Required. The type of pacing that defines how the budget amount will be spent across the [pacingPeriod](/display-video/api/reference/rest/v3/Pacing#FIELDS.pacing_period). `PACING_TYPE_ASAP` is not compatible with [pacingPeriod](/display-video/api/reference/rest/v3/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/v3/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 Possible 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 Possible 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. |"]]