חובה. ההורה שהוא הבעלים של אוסף המיפויים של יחידות המודעות הזה. פורמט: accounts/{publisherId}/adUnits/{adUnitId}
פרמטרים של שאילתה
פרמטרים
pageSize
integer
המספר המקסימלי של מיפויים של יחידות מודעות שצריך להחזיר. אם לא צוין 0, יוחזרו 10,000 מיפויים של יחידות מודעות לכל היותר. הערך המקסימלי הוא 20,000; ערכים מעל 20,000 יקובצו ל-20,000.
pageToken
string
אסימון דף, שהתקבל מקריאה קודמת ב-adUnitMappings.list. צריך לספק את הכתובת הזו כדי לאחזר את הדף הבא.
filter
string
מחרוזת סינון לפי תחביר EBNF. השדה האפשרי לסינון הוא:
'DISPLAY_NAME'
פונקציית הסינון האפשרית היא:
IN: משמש לסינון שדות שמייצגים טון יחיד, כולל 'DISPLAY_NAME'.
אפשר לחבר את פונקציות הסינון באמצעות AND. אין תמיכה בפונקציונליות של OR.
דוגמה:
מסנן: IN(DISPLAY_NAME, "מיפוי יחידת מודעות לבדיקה 1", "מיפוי יחידת מודעות לבדיקה 2")
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
תגובה ל-ListAdUnitMappingsRequest.
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2024-09-10 (שעון UTC)."],[[["Lists ad unit mappings associated with a specific AdMob account and ad unit, allowing retrieval of mapping details."],["Enables filtering and pagination for managing large sets of ad unit mappings using query parameters like `pageSize`, `pageToken`, and `filter`."],["Requires specific authorization scopes (`admob.monetization` or `admob.readonly`) for access, with potential limitations requiring account manager intervention."],["Returns a response containing an array of ad unit mappings and a token for navigating to the next page of results, if available."],["Provides an HTTP request structure with path and query parameters for interacting with the API endpoint."]]],["This API lists ad unit mappings under a specified AdMob account and ad unit using a `GET` request to a specific URL. The `parent` path parameter is mandatory, defining the account and ad unit. Optional query parameters `pageSize`, `pageToken`, and `filter` allow for result pagination and filtering. The request body must be empty, while the response includes an array of `adUnitMappings` and an optional `nextPageToken` for pagination. Access requires specific OAuth scopes, potentially needing account manager assistance.\n"]]