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
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: InventorySourceGroup
Zbiór źródeł zasobów reklamowych dostępnych do kierowania reklam.
Zapis JSON |
{
"name": string,
"inventorySourceGroupId": string,
"displayName": string
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu grupy źródeł zasobów reklamowych.
|
inventorySourceGroupId |
string (int64 format)
Tylko dane wyjściowe. Unikalny identyfikator grupy źródła zasobów reklamowych. Przypisany przez system.
|
displayName |
string
Wymagane. Wyświetlana nazwa grupy źródeł zasobów reklamowych. Musi być zakodowany w formacie UTF-8 i mieć maksymalny rozmiar 240 bajtów.
|
Metody |
|
Tworzy nową grupę źródeł zasobów reklamowych. |
|
Usuwa grupę źródeł zasobów reklamowych. |
|
Pobiera grupę źródeł zasobów reklamowych. |
|
Wyświetla listę grup źródeł zasobów reklamowych, które są dostępne dla bieżącego użytkownika. |
|
Aktualizuje grupę ź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, introduces the `InventorySourceGroup` resource. This resource represents a collection of targetable inventory sources, identified by a unique, system-assigned ID and a user-defined display name (up to 240 bytes). Available methods include creating, deleting, getting, listing, and updating (`patch`) inventory source groups. Each group has a resource name, the `inventorySourceGroupId` and the `displayName` as fields.\n"],null,["# REST Resource: inventorySourceGroups\n\n- [Resource: InventorySourceGroup](#InventorySourceGroup)\n - [JSON representation](#InventorySourceGroup.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: InventorySourceGroup\n------------------------------\n\nA collection of targetable inventory sources.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"inventorySourceGroupId\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the inventory source group. |\n| `inventorySourceGroupId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the inventory source group. Assigned by the system. |\n| `displayName` | `string` Required. The display name of the inventory source group. Must be UTF-8 encoded with a maximum size of 240 bytes. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|------------------------------------------------------------------------|\n| ### [create](/display-video/api/reference/rest/v4/inventorySourceGroups/create) | Creates a new inventory source group. |\n| ### [delete](/display-video/api/reference/rest/v4/inventorySourceGroups/delete) | Deletes an inventory source group. |\n| ### [get](/display-video/api/reference/rest/v4/inventorySourceGroups/get) | Gets an inventory source group. |\n| ### [list](/display-video/api/reference/rest/v4/inventorySourceGroups/list) | Lists inventory source groups that are accessible to the current user. |\n| ### [patch](/display-video/api/reference/rest/v4/inventorySourceGroups/patch) | Updates an inventory source group. |"]]