[null,null,["最后更新时间 (UTC):2024-05-14。"],[[["Creates a new ad unit under a specified AdMob account using an HTTP POST request."],["Requires providing the account's resource name as a path parameter and an `AdUnit` object in the request body."],["Returns the newly created `AdUnit` object in the response body if successful."],["Needs `admob.monetization` OAuth scope for authorization and might have limited access requiring account manager approval."]]],["This document details the process for creating an ad unit within an AdMob account. It uses a `POST` HTTP request to `https://admob.googleapis.com/v1beta/{parent=accounts/*}/adUnits`, where `parent` specifies the account. The request body requires an `AdUnit` instance, and a successful request returns a new `AdUnit` instance in the response body. Authorization requires the `https://www.googleapis.com/auth/admob.monetization` OAuth scope. Access is limited, potentially requiring account manager intervention for permission.\n"]]