8 Eylül 2025'ten itibaren her yeni satır öğesinin, Avrupa Birliği (AB) siyasi reklamları yayınlayıp yayınlamayacağını beyan etmesi gerekecek. Bildirim içermeyen Display & Video 360 API ve SDF yüklemeleri başarısız olur. Entegrasyonunuzu bu beyanı yapacak şekilde güncelleme hakkında daha fazla bilgi için desteği sonlandırma sayfamıza bakın.
Geçerli kullanıcının erişebileceği envanter kaynaklarını listeler.
Sıra, orderBy parametresiyle tanımlanır. Bir filter ile entityStatus belirtilmemişse sonuçlara ENTITY_STATUS_ARCHIVED öğe durumuna sahip envanter kaynakları dahil edilmez.
HTTP isteği
GET https://displayvideo.googleapis.com/v3/inventorySources
İstenen sayfa boyutu. 1 ile 200 arasında olmalıdır. Belirtilmezse varsayılan olarak 100 olur.
pageToken
string
Sunucunun döndürmesi gereken sonuç sayfasını tanımlayan bir jeton. Bu genellikle inventorySources.list yöntemine yapılan önceki çağrıdan döndürülen nextPageToken değeridir. Belirtilmezse sonuçların ilk sayfası döndürülür.
orderBy
string
Listenin sıralanacağı alan. Kabul edilen değerler şunlardır:
displayName (varsayılan)
Varsayılan sıralama düzeni artandır. Bir alan için azalan sırayı belirtmek üzere alan adına "desc" soneki eklenmelidir. Örneğin, displayName desc.
filter
string
Envanter kaynağı alanlarına göre filtreleme yapılmasına olanak tanır.
Desteklenen söz dizimi:
Filtre ifadeleri bir veya daha fazla kısıtlamadan oluşur.
Kısıtlamalar, AND veya OR mantıksal operatörleriyle birleştirilebilir. Bir kısıtlama dizisi örtülü olarak AND kullanır.
Birleşim parametresi accessor. Zorunlu. İsteğin hangi DV360 varlığı içinde yapıldığını tanımlar. LIST isteği yalnızca accessor içinde tanımlanan DV360 öğesine erişilebilen envanter kaynağı öğelerini döndürür. accessor yalnızca aşağıdakilerden biri olabilir:
Sonuçların sonraki sayfasını almak için kullanılan jeton. Sonraki sonuç sayfasını almak için inventorySources.list yöntemine yapılan sonraki çağrıda bu değeri pageToken alanına iletin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-09-09 UTC."],[[["\u003cp\u003eLists inventory sources accessible to the current user, ordered by \u003ccode\u003eorderBy\u003c/code\u003e parameter and excluding archived sources unless filtered.\u003c/p\u003e\n"],["\u003cp\u003eSupports pagination with \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e for retrieving results in manageable chunks.\u003c/p\u003e\n"],["\u003cp\u003eOffers filtering options using the \u003ccode\u003efilter\u003c/code\u003e parameter for refining results based on entity status, commitment, delivery method, rate type, or exchange.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying an \u003ccode\u003eaccessor\u003c/code\u003e (either \u003ccode\u003epartnerId\u003c/code\u003e or \u003ccode\u003eadvertiserId\u003c/code\u003e) to identify the DV360 entity for access control.\u003c/p\u003e\n"],["\u003cp\u003eUses \u003ccode\u003eGET\u003c/code\u003e request to \u003ccode\u003ehttps://displayvideo.googleapis.com/v3/inventorySources\u003c/code\u003e and requires \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e authorization scope.\u003c/p\u003e\n"]]],["This API lists accessible inventory sources for a user via a `GET` request to `https://displayvideo.googleapis.com/v3/inventorySources`. Key parameters include `pageSize`, `pageToken`, `orderBy` for sorting, and `filter` for filtering by fields like `entityStatus`, `commitment`, or `exchange`. The request body must be empty. The response includes a list of inventory sources and a `nextPageToken` for pagination. The call requires authorization scope: `https://www.googleapis.com/auth/display-video`. A union parameter called `accessor` is required to identify the DV360 entity the request is being made from.\n"],null,[]]