[null,null,["最后更新时间 (UTC):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"]]