Zorunlu. Bu reklam birimi eşleme koleksiyonuna sahip olan üst öğe. Biçim: accounts/{publisherId}/adUnits/{adUnitId}
Sorgu parametreleri
Parametreler
pageSize
integer
Döndürülecek maksimum reklam birimi eşleme sayısı. Belirtilmezse veya 0 ise en fazla 10.000 reklam birimi eşlemesi döndürülür. Maksimum değer 20.000'dir; 20.000'in üzerindeki değerler 20.000'e zorlanır.
pageToken
string
Önceki adUnitMappings.list çağrısından alınan bir sayfa jetonu. Sonraki sayfayı almak için bunu sağlayın.
[[["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: 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"]]