Od
8 września 2025 r. każdy nowy element zamówienia będzie musiał deklarować, czy będzie wyświetlać reklamy polityczne w Unii Europejskiej (UE). Przesyłanie plików SDF i wywoływanie interfejsu Display & Video 360 API bez deklaracji zakończy się niepowodzeniem. Więcej informacji o tym, jak zaktualizować integrację, aby złożyć to oświadczenie, znajdziesz na naszej
stronie dotyczącej wycofania.
REST Resource: inventorySourceGroups.assignedInventorySources
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: AssignedInventorySource
Przypisanie źródła zasobów reklamowych docelowych do grupy źródeł zasobów reklamowych.
Zapis JSON |
{
"name": string,
"assignedInventorySourceId": string,
"inventorySourceId": string
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu przypisanego źródła zasobów reklamowych.
|
assignedInventorySourceId |
string (int64 format)
Tylko dane wyjściowe. Unikalny identyfikator przypisanego źródła zasobów reklamowych. Identyfikator jest unikalny tylko w ramach danej grupy źródeł zasobów reklamowych. Można go użyć ponownie w innych kontekstach.
|
inventorySourceId |
string
Wymagane. Identyfikator kierowanego zasobu reklamowego.
|
Metody |
|
Edytowanie zbiorczo wielu przypisań między źródłami zasobów reklamowych a pojedynczą grupą źródeł zasobów reklamowych. |
|
Tworzy powiązanie między źródłem zasobów reklamowych a grupą źródeł zasobów reklamowych. |
|
Usuwa powiązanie między źródłem zasobów reklamowych a grupą źródeł zasobów reklamowych. |
|
Wyświetla listę źródeł zasobów reklamowych przypisanych do grupy źródeł zasobów reklamowych. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],["The Display & Video 360 API v4, in beta, handles `AssignedInventorySource`, representing assignments between targetable inventory sources and groups. Key information includes the assigned inventory source's name, unique ID (`assignedInventorySourceId`), and the targeted inventory source's ID (`inventorySourceId`). Available methods allow users to bulk edit, create, delete, and list these assignments, enabling management of inventory source relationships within groups.\n"],null,["# REST Resource: inventorySourceGroups.assignedInventorySources\n\n- [Resource: AssignedInventorySource](#AssignedInventorySource)\n - [JSON representation](#AssignedInventorySource.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AssignedInventorySource\n---------------------------------\n\nAn assignment between a targetable inventory source and an inventory source group.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"assignedInventorySourceId\": string, \"inventorySourceId\": string } ``` |\n\n| Fields ||\n|-----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the assigned inventory source. |\n| `assignedInventorySourceId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the assigned inventory source. The ID is only unique within a given inventory source group. It may be reused in other contexts. |\n| `inventorySourceId` | `string` Required. The ID of the inventory source entity being targeted. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|\n| ### [bulkEdit](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources/bulkEdit) | Bulk edits multiple assignments between inventory sources and a single inventory source group. |\n| ### [create](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources/create) | Creates an assignment between an inventory source and an inventory source group. |\n| ### [delete](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources/delete) | Deletes the assignment between an inventory source and an inventory source group. |\n| ### [list](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources/list) | Lists inventory sources assigned to an inventory source group. |"]]