Obbligatorio. L'ID del gruppo di origini dell'inventario a cui verrà assegnata l'assegnazione.
Parametri di query
Parametri
Parametro unione owner. Obbligatorio. Identifica l'entità DV360 proprietaria del gruppo di origini dell'inventario principale. Può essere un partner o un inserzionista. owner può essere solo uno dei seguenti:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]