Method: accounts.adUnits.create

在指定的 AdMob 账号下创建广告单元。

HTTP 请求

POST https://admob.googleapis.com/v1beta/{parent=accounts/*}/adUnits

网址采用 gRPC 转码语法。

路径参数

参数
parent

string

必需。要为其创建指定广告单元的帐号的资源名称。示例:accounts/pub-9876543210987654

请求正文

请求正文包含一个 AdUnit 实例。

响应正文

如果成功,响应正文将包含一个新创建的 AdUnit 实例。

授权范围

需要以下 OAuth 作用域:

  • https://www.googleapis.com/auth/admob.monetization

有关详情,请参阅 OAuth 2.0 概览