À partir du
8 septembre 2025, chaque nouvelle ligne devra indiquer si elle diffusera ou non des annonces à caractère politique dans l'Union européenne (UE). Les importations de fichiers SDF et les appels à l'API Display & Video 360 qui ne fournissent pas de déclarations échoueront. Pour savoir comment mettre à jour votre intégration afin d'effectuer cette déclaration, consultez notre
page sur les abandons de compatibilité.
Pacing
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Paramètres qui contrôlent la fréquence à laquelle un budget est dépensé.
Représentation 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 .
} |
Champs |
pacingPeriod |
enum (PacingPeriod )
Obligatoire. Période pendant laquelle le budget de régulation sera dépensé. Lorsque la répartition automatique du budget est activée au niveau de l'ordre d'insertion via automationType , ce champ est uniquement à sortie et est défini par défaut sur PACING_PERIOD_FLIGHT .
|
pacingType |
enum (PacingType )
Obligatoire. Type de fréquence limite qui définit la façon dont le montant du budget sera dépensé sur l'pacingPeriod . PACING_TYPE_ASAP n'est pas compatible avec pacingPeriod PACING_PERIOD_FLIGHT pour les ordres d'insertion.
|
Champ d'union daily_max_value . Applicable lorsque pacing_period est défini sur PACING_PERIOD_DAILY . daily_max_value ne peut être qu'un des éléments suivants: |
dailyMaxMicros |
string (int64 format)
Montant maximal à dépenser chaque jour en micros dans la devise de l'annonceur. Applicable lorsque le budget est basé sur une devise. Doit être supérieur à 0. Par exemple, pour 1,5 unité standard de la devise, définissez ce champ sur 1500000. La valeur attribuée sera arrondie à l'unité facturable entière pour la devise concernée selon les règles suivantes: toute valeur positive inférieure à une unité facturable sera arrondie à une unité facturable, et toute valeur supérieure à une unité facturable sera arrondie à l'unité facturable la plus proche. Par exemple, si l'unité facturable de la devise est 0,01 et que ce champ est défini sur 10257770, il sera arrondi à 10250000, soit 10,25. Si la valeur est définie sur 505, elle sera arrondie à 10 000, soit 0,01.
|
dailyMaxImpressions |
string (int64 format)
Nombre maximal d'impressions à diffuser chaque jour. Applicable lorsque le budget est basé sur les impressions. Doit être supérieur à 0.
|
PacingPeriod
Périodes possibles utilisées pour dépenser le montant de la stratégie de distribution.
Enums |
PACING_PERIOD_UNSPECIFIED |
La valeur de la période n'est pas spécifiée ou est inconnue dans cette version. |
PACING_PERIOD_DAILY |
Le paramètre de cadencement sera appliqué quotidiennement. |
PACING_PERIOD_FLIGHT |
Le paramètre de cadrage s'applique à toute la durée du vol. |
PacingType
Types de pacing possibles.
Enums |
PACING_TYPE_UNSPECIFIED |
La valeur du mode de régulation n'est pas spécifiée ou est inconnue dans cette version. |
PACING_TYPE_AHEAD |
Ne s'applique qu'à la période de pacing PACING_PERIOD_FLIGHT . Le rythme "Avancé" essaie de dépenser le budget plus vite que le rythme "Régulier", afin de s'assurer que l'intégralité du budget est dépensée d'ici la fin de la période de diffusion. |
PACING_TYPE_ASAP |
Dépensez l'intégralité du budget de pacing le plus rapidement possible. |
PACING_TYPE_EVEN |
Dépensez un montant de budget constant à chaque période. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 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. |"]]