קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
בדף הזה מפורטות מכסות ומגבלות שונות שספציפיות לממשק ה-API לניהול של AdSense. ההגבלות האלה חלות בנוסף
למגבלות ספציפיות למוצר (כמו מספר הערוצים בכל חשבון) שחלות על AdSense באופן כללי.
מכסות ברמת ה-API
כל הבקשות שנשלחות ל-AdSense Management API נספרות במסגרת המכסות הכלליות לקצב הבקשות, ללא קשר לסוג הבקשה.
חריגה מהמכסות האלה תגרום לדחיית הבקשה, ותוצג שגיאת HTTP 429 יותר מדי בקשות. הודעת השגיאה תכלול פרטים לגבי חריגה מהמכסה.
תיאור
ערך של Gpa education
הערות
שאילתות בדקה למשתמש ולפרויקט יחיד
100
לא רלוונטי
שאילתות בדקה לכל המשתמשים המשתמשים בפרויקט יחיד
500
לא רלוונטי
שאילתות ביום
10,000
המכסות היומיות מתאפסות בסביבות חצות לפי שעון החוף המערבי של ארה"ב.
מגבלות על גודל הדוח
הגודל המקסימלי של דוחות שנוצרו על ידי AdSense Management API הוא בהתאם לפורמט הפלט:
דוחות JSON (למשל, באמצעות השיטה accounts.reports.generate) מוגבלים ל-100,000 שורות לכל היותר. דוחות גדולים יותר ייחתכו, אבל התשובה כוללת שדה totalMatchedRows שכולל את הגודל של הדוח המלא, שבו אפשר להשתמש כדי לזהות אם התרחש חיתוך.
דוחות CSV (למשל, לפי השיטה accounts.reports.generateCsv) מוגבלים ל-1,000,000 שורות לכל היותר. דוחות גדולים יותר ייחתכו.
מכסת השורות בדוח
כמו כן, AdSense Management API מחיל הגבלות על הכמות הכוללת של נתוני הדיווח שניתן לאחזר במהלך תקופות יומיות או קצרות יותר, כדי למנוע שימוש לרעה. חריגה מהמגבלות האלה תגרום לדחייה של הבקשה עם שגיאת HTTP 429 יותר מדי בקשות, עם ההודעה "חריגה ממכסת השורות בדוח".
מגבלות נוספות של בקשות
פרמטרים שונים של בקשות קובעים כמה נתונים יוחזרו לבקשה (לדוגמה, page_size לבקשות שמאפשרות חלוקה לדפים, או הפרמטר limit לבקשות ליצירת דוחות). אם הפרמטרים האלה לא מוגדרים, ערך ברירת המחדל הוא תמיד
הערך המקסימלי המותר. אם מציינים ערך גבוה יותר, הבקשה תידחה ותוצג השגיאה "בקשה שגויה" ב-HTTP 400.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-08-31 (שעון UTC)."],[[["\u003cp\u003eThis page details AdSense Management API quotas and limits, including request rate limits, report size limits, and a report row quota.\u003c/p\u003e\n"],["\u003cp\u003eAll API requests are subject to usage quotas, which can be monitored and configured in the Google API Console.\u003c/p\u003e\n"],["\u003cp\u003eReport sizes are limited to 100,000 rows for JSON format and 1,000,000 rows for CSV format, with larger reports being truncated.\u003c/p\u003e\n"],["\u003cp\u003eExceeding any quota or limit will result in an error response, such as HTTP 429 Too Many Requests or HTTP 400 Bad Request.\u003c/p\u003e\n"],["\u003cp\u003eDaily quotas for API requests are reset around midnight Pacific time.\u003c/p\u003e\n"]]],["The AdSense Management API has usage quotas and limits. Requests count against general quotas: 100 queries per minute per user/project, 500 for all users/project, and 10,000 daily. Exceeding these results in a 429 error. Report size limits are 100,000 rows for JSON and 1,000,000 for CSV; exceeding them results in truncation. A \"Report row quota exceeded\" error occurs if daily or short-term data retrieval is excessive. Overly large `page_size` or `limit` parameters cause a 400 error.\n"],null,["# Limits\n\nThis page lists various quotas and limits specific to the AdSense Management API. These apply in addition\nto any product-specific limits (such as the number of channels per account) that apply to AdSense in general.\n\n### API-level quotas\n\n\nAll requests sent to the AdSense Management API count against general request-rate quotas, independent of\nthe type of the request.\n\n\nYou can view your current usage for any of these quotas by using the\n[Quotas](https://console.cloud.google.com/iam-admin/quotas) page in the\nGoogle API Console. You can also set up usage alerting or additional monitoring; see the general\n[Google Cloud Quotas overview documentation](https://cloud.google.com/docs/quotas/overview)\nfor more information.\n\n\nExceeding these quotas will cause the request to be rejected with an HTTP 429 Too Many Requests\nerror. The error message will include details of which quota was exceeded.\n\n| Description | Value | Notes |\n|---------------------------------------------------------|--------|--------------------------------------------------|\n| Queries per minute for a single user and project | 100 | n/a |\n| Queries per minute for all users using a single project | 500 | n/a |\n| Queries per day | 10,000 | Daily quotas reset around midnight Pacific time. |\n\n### Report size limits\n\n\nReports generated by the AdSense Management API have a maximum size that depends upon the output format:\n\n- **JSON reports** (e.g. as generated by the [accounts.reports.generate](/adsense/management/reference/rest/v2/accounts.reports/generate) method) are limited to a maximum of 100,000 rows. Reports larger than this will be truncated, but the response includes a `totalMatchedRows` field that includes the size of the full report, which can be used to identify whether truncation has occurred.\n- **CSV reports** (e.g. as generated by the [accounts.reports.generateCsv](/adsense/management/reference/rest/v2/accounts.reports/generateCsv) method) are limited to a maximum of 1,000,000 rows. Reports larger than this will be truncated.\n\n### Report row quota\n\n\nThe AdSense Management API also applies limits to the total amount of reporting data that may be retrieved\nover daily and shorter periods in order to prevent abusive usage. Exceeding these limits will\ncause the request to be rejected with an HTTP 429 Too Many Requests error with an associated\nmessage of \"Report row quota exceeded\".\n\n### Other request limits\n\n\nVarious request parameters control how much data should be returned for a request (for example,\n`page_size` for requests that allow pagination, or the `limit` parameter for\nreport generation requests). If these parameters are unspecified, the default value is always the\nmaximum-allowed value. Specifying a higher value will cause the request to be rejected with an\nHTTP 400 Bad Request error."]]