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.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kullanım sınırları, Google'ın altyapısını Display & Video 360 API'yi uygunsuz bir şekilde kullanan otomatik işlemlerden korur. Bir geliştiricinin eylemlerinin daha geniş topluluğu olumsuz yönde etkilemesini önler.
API istek kotası sınırları
Display & Video 360 API'si iki tür sınır kullanır:
Tüm ilgili isteklerin dahil edildiği toplam kota sınırları.
Yazma yöntemleri için yapılan tüm alakalı isteklerin hesaba katıldığı yazma kotası sınırları. Yazma yöntemleri, kaynakları değiştiren yöntemler (ör. create, patch, delete veya bulkEdit) olarak tanımlanır. Bazı yöntemlerin diğerlerine göre daha fazla yazma kotası tükettiğini unutmayın.
Proje başına reklamveren başına dakika başına toplam istek sayısı:300
Proje başına reklamveren başına dakikada yazma isteği sayısı:150
Yoğun yazma yöntemleri
Aşağıdaki API yöntemleri yoğun yazma işlemi gerçekleştirir. Yani önemli miktarda ürün kaynağı kullanır ve sonuç olarak diğer yazma isteklerinden daha fazla yazma isteği kotası tüketir.
Yoğun yazma yöntemlerine yapılan istekler, yazma isteği kotası tüketimi hesaplanırken 5 yazma sorgusu olarak sayılır. Örneğin, bir dakika içinde yapılan 100 standart yazma isteği ve 21 yoğun yazma isteği (hiçbiri reklamveren belirtmez) 205 yazma sorgusu (100 + (21 * 5) =
205) olarak sayılır ve dakika başına 200 yazma sorgusu olan mevcut genel istek kotası sınırını aşar.
Aşağıdaki yöntemler yoğun yazma işlemi gerektirir:
İsteğinizin API istek sınırını aşması nedeniyle başarısız olması ihtimaline karşı API, bir HTTP durum kodu ve hatanın nedenini döndürür.
Ayrıca, yanıtın gövdesinde hataya neyin neden olduğunun ayrıntılı bir açıklaması bulunur.
Aşağıdaki listede, API istek sınırlarının aşılması nedeniyle oluşan istek hatalarıyla ilgili olası hatalar ve önerilen işlemler gösterilmektedir.
Kod
TBG
Mesaj
Önerilen işlem
429
RESOURCE_EXHAUSTED
Kaynak tükendi (ör. kotayı kontrol edin).
Google API Console'dan kullanımınızı inceleyin ve farklı reklamverenler altında yapılan istekleri daha iyi paralelleştirecek veya genel olarak istek gönderme hızınızı yavaşlatacak şekilde iş akışınızı değiştirin.
Display & Video 360 API kota sınırları için artış isteğinde bulunulamaz.
[[["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-07-25 UTC."],[[["\u003cp\u003eDisplay & Video 360 API usage is subject to quota limits to protect Google's infrastructure and ensure fair usage.\u003c/p\u003e\n"],["\u003cp\u003eTwo main quota types exist: total requests and write requests (methods modifying resources), with limits applied per project and per advertiser per project.\u003c/p\u003e\n"],["\u003cp\u003eCertain write-intensive methods consume more write quota than others.\u003c/p\u003e\n"],["\u003cp\u003eExceeding quota limits can lead to request throttling, indicated by a 429 error code, requiring adjustments to request frequency.\u003c/p\u003e\n"],["\u003cp\u003eQuota limit increases for the Display & Video 360 API are not available.\u003c/p\u003e\n"]]],[],null,["# Usage Limits\n\nUsage limits protect Google's infrastructure from automated processes that use\nthe Display \\& Video 360 API in an inappropriate way. They ensure that one developer's\nactions can't negatively impact the larger community.\n\nAPI request quota limits\n------------------------\n\nThe Display \\& Video 360 API uses two types of limits:\n\n- **Total quota limits**, which all relevant requests count against.\n- **Write quota limits** , which all relevant requests made to write methods count against. Write methods are defined as methods---such as `create`, `patch`, `delete`, or `bulkEdit`---that modify resources. Note that [some\n methods](#write_intensive) consume more write quota than others.\n\nIf your project exceeds any of these limits, [throttling could\noccur](#exceeding_limits).\n\n### Project-wide quota limit\n\nThe following default quota limits are shared by all Display \\& Video 360 API resources\nand methods:\n\n- **Total requests per minute per project:** `1500`\n- **Write requests per minute per project:** `700`\n\n### Advertiser-specific request quota limits\n\nMethods that specify an advertiser ID in the request URL count against\nadditional \"per advertiser per project\" quota limits.\n\nAll requests with an advertiser ID specified in their URL path---such as\nthose to the [`advertisers.lineItems`](/display-video/api/reference/rest/current/advertisers.lineItems),\n[`advertisers.creatives`](/display-video/api/reference/rest/current/advertisers.creatives), or\n[`advertisers.channels`](/display-video/api/reference/rest/current/advertisers.channels) services---will count against\nthe following quota limits:\n\n- **Total requests per minute per advertiser per project:** `300`\n- **Write requests per minute per advertiser per project:** `150`\n\nWrite-intensive methods\n-----------------------\n\nThe following API methods are write-intensive, meaning that they use a\nsignificant amount of product resources and, as a result, consume more\nwrite request quota than other write requests.\n\nRequests made to write-intensive methods are counted as 5 write queries\nwhen computing write request quota consumption. For example, 100 standard write\nrequests and 21 write-intensive requests (none of which specify an advertiser)\nmade within a minute would be counted as 205 write queries (`100 + (21 * 5) =\n205`) and would exceed the existing general request quota limit of 200 write\nqueries per minute.\n\nThe following methods are considered write-intensive:\n\n- [`customBiddingAlgorithms.scripts.create`](/display-video/api/reference/rest/current/customBiddingAlgorithms.scripts/create)\n- [`customBiddingAlgorithms.uploadScript`](/display-video/api/reference/rest/current/customBiddingAlgorithms/uploadScript)\n- [`firstPartyAndPartnerAudiences.create`](/display-video/api/reference/rest/current/firstPartyAndPartnerAudiences/create)\n- [`firstPartyAndPartnerAudiences.editCustomerMatchMembers`](/display-video/api/reference/rest/current/firstPartyAndPartnerAudiences/editCustomerMatchMembers)\n- [`media.upload`](/display-video/api/reference/rest/current/media/upload)\n\nExceeding quota limits\n----------------------\n\nIn the unlikely event that your request fails due to exceeding an API request\nlimit, the API returns an HTTP status code and reason for the error.\nAdditionally, the body of the response contains a detailed description of what\ncaused the error.\n\nThe following list shows the possible errors and recommended actions for\nrequest failures caused by exceeding API request limits.\n\n| Code | RPC | Message | Recommended Action |\n|-------|----------------------|--------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `429` | `RESOURCE_EXHAUSTED` | Resource has been exhausted (e.g., check quota). | [Examine your usage](//console.developers.google.com/project/_/apiui/apiview/displayvideo.googleapis.com/metrics) from the Google API Console and modify your workflow to better parallelize requests made under different advertisers or more generally slow down the rate at which you are sending requests. |\n\nIncreases cannot be requested for Display \\& Video 360 API quota limits."]]