مطلوب. الشركة الرئيسية التي تملك هذه المجموعة من عمليات ربط الوحدات الإعلانية. التنسيق: accounts/{publisherId}/adUnits/{adUnitId}
معامِلات طلب البحث
المعلمات
pageSize
integer
الحدّ الأقصى لعدد عمليات ربط الوحدات الإعلانية المطلوب عرضها. وفي حال كانت القيمة غير محدّدة أو 0، سيتم عرض 10,000 عملية ربط للوحدات الإعلانية على الأكثر. الحد الأقصى للقيمة هو 20000؛ سيتم فرض القيم الأكبر من 20000 على 20000.
pageToken
string
رمز مميّز للصفحة، تم تلقّيه من استدعاء سابق لتطبيق "adUnitMappings.list". يمكنك توفير هذا الحقل لاسترداد الصفحة التالية.
filter
string
سلسلة الفلتر التي تستخدِم بنية EBNF النحوية الحقل الذي يمكن الفلترة حسبه هو:
"DISPLAY_NAME"
دالة التصفية المحتملة هي:
IN: يُستخدَم هذا الخيار لفلترة الحقول التي تمثِّل نغمة فردية، بما في ذلك "DISPLAY_NAME".
يمكن إضافة دوال الفلاتر معًا باستخدام AND. وظيفة "OR" غير متاحة.
مثال:
الفلتر: IN(DISPLAY_NAME, "اختبار ربط الوحدة الإعلانية 1", "اختبار ربط الوحدة الإعلانية 2")
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
استجابة لـ ListAdUnitMappingsRequest.
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
تاريخ التعديل الأخير: 2024-09-10 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]