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.
Method: inventorySources.get
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Pobiera źródło zasobów reklamowych.
Żądanie HTTP
GET https://displayvideo.googleapis.com/v3/inventorySources/{inventorySourceId}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
inventorySourceId |
string (int64 format)
Wymagane. Identyfikator źródła zasobów reklamowych do pobrania.
|
Parametry zapytania
Parametry |
partnerId |
string (int64 format)
Wymagane. Identyfikator partnera DV360, który ma uprawnienia do pobieranego źródła zasobów reklamowych.
|
advertiserId |
string (int64 format)
Opcjonalnie: Identyfikator reklamodawcy w DV360, który ma uprawnienia do pobieranego źródła zasobów reklamowych. Jeśli użytkownik ma dostęp tylko do reklamodawcy, a nie do partnera nadrzędnego, użyj tego pola, aby określić odpowiedniego reklamodawcę.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu InventorySource
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/display-video
Więcej informacji znajdziesz w OAuth 2.0 Overview.
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."],[[["\u003cp\u003eRetrieves a specific inventory source using its unique ID.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the partner ID to which the inventory source is associated.\u003c/p\u003e\n"],["\u003cp\u003eOptionally, you can provide the advertiser ID for more targeted access.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes an HTTP GET request with path and query parameters for resource identification.\u003c/p\u003e\n"],["\u003cp\u003eIf successful, the response provides detailed information about the inventory source.\u003c/p\u003e\n"]]],["This document details how to retrieve an inventory source using a GET request. The request URL is `https://displayvideo.googleapis.com/v3/inventorySources/{inventorySourceId}`. The `inventorySourceId` path parameter and `partnerId` query parameter are required. An optional `advertiserId` query parameter is available. The request body must be empty. A successful response will include an `InventorySource` instance. This action requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"],null,["# Method: inventorySources.get\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets an inventory source.\n\n### HTTP request\n\n`GET https://displayvideo.googleapis.com/v3/inventorySources/{inventorySourceId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `inventorySourceId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the inventory source to fetch. |\n\n### Query parameters\n\n| Parameters ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `partnerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the DV360 partner to which the fetched inventory source is permissioned. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Optional. The ID of the DV360 advertiser to which the fetched inventory source is permissioned. If the user only has access to the advertiser and not the parent partner, use this field to specify the relevant advertiser. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [InventorySource](/display-video/api/reference/rest/v3/inventorySources#InventorySource).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]