Bắt buộc. Nhà xuất bản mẹ sở hữu tập hợp liên kết đơn vị quảng cáo này. Định dạng: accounts/{publisherId}/adUnits/{adUnitId}
Tham số truy vấn
Tham số
pageSize
integer
Số lượng mối liên kết đơn vị quảng cáo tối đa cần trả về. Nếu bạn không chỉ định hoặc đặt giá trị là 0, thì hệ thống sẽ trả về tối đa 10.000 mối liên kết đơn vị quảng cáo. Giá trị tối đa là 20.000; nếu trên 20.000 thì bị buộc thành 20.000.
pageToken
string
Mã thông báo trang, nhận được từ lệnh gọi adUnitMappings.list trước đó. Cung cấp mã này để truy xuất trang tiếp theo.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]