Obligatoire. ID du groupe de sources d'inventaire auquel l'attribution sera attribuée.
Paramètres de requête
Paramètres
Paramètre d'union owner. Obligatoire. Identifie l'entité DV360 propriétaire du groupe de sources d'inventaire parent. 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 2025/02/25 (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 2025/02/25 (UTC)."],[[["Creates an assignment between an inventory source and an inventory source group using an HTTP POST request."],["Requires specifying the inventory source group ID and the owner (either partner or advertiser) as parameters."],["The request body must contain an AssignedInventorySource object, and a successful response will return the newly created AssignedInventorySource."],["Authorization is necessary using the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This outlines the process to create an assignment between an inventory source and a group using a POST request to `https://displayvideo.googleapis.com/v3/inventorySourceGroups/{inventorySourceGroupId}/assignedInventorySources`. The `inventorySourceGroupId` is a required path parameter. The request requires one of the query parameters, `partnerId` or `advertiserId`, to define the group owner. The request body and response body is an instance of `AssignedInventorySource`. Authorization requires the `https://www.googleapis.com/auth/display-video` scope.\n"]]