Obligatoire. Masque permettant de contrôler les champs à mettre à jour.
Il s'agit d'une liste de noms de champs complets séparés par une virgule. Exemple : "user.displayName,photo"
Paramètre d'union owner. Obligatoire. Identifie l'entité DV360 qui possède le groupe de sources d'inventaire. Il peut s'agir d'un partenaire ou d'un annonceur. owner ne peut être qu'un des éléments suivants :
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 2024/07/08 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/07/08 (UTC)."],[[["Display & Video 360 API v2 is sunset and this document outlines how to update an inventory source group using the API."],["The API request requires specifying the inventory source group ID, an update mask, and the owner (either partner or advertiser ID)."],["Successful requests will return the updated InventorySourceGroup object in the response body."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["The provided content outlines the process for updating an inventory source group via the Display & Video 360 API. It uses a `PATCH` request to the specified URL, with the inventory source group's unique ID in the path. Required query parameters include `updateMask` and the `owner` (either `partnerId` or `advertiserId`). The request body should contain an `InventorySourceGroup` instance, and a successful update returns the modified `InventorySourceGroup`. Authorization requires the `display-video` OAuth scope. The API v2 has ended its service.\n"]]