Google Ad Manager Video API
借助 Google Ad Manager Video API,发布商可以对其视频内容执行操作,例如更新视频元数据。
服务:admanagervideo.googleapis.com
要调用此服务,我们建议您使用 Google 提供的客户端库。如果您的应用程序需要使用自己的库来调用此服务,请在发出 API 请求时使用以下信息。
发现文档
发现文档是用于说明和使用 REST API 的机器可读规范。它用于构建客户端库、IDE 插件以及与 Google API 交互的其他工具。一项服务可能会提供多个发现文档。此服务提供了以下发现文档:
服务端点
服务端点是指定 API 服务的网络地址的基本网址。一项服务可能有多个服务端点。此服务具有以下服务端点,下面的所有 URI 都与此服务端点相关:
https://admanagervideo.googleapis.com
方法 |
create |
POST /v1/{parent=networks/*/assets/*}/adBreaks
在直播中创建广告插播时间点的 API。 |
list |
GET /v1/{parent=networks/*/assets/*}/adBreaks API:用于列出直播中的广告插播时间点。 |
方法 |
create |
POST /v1/{customParent=networks/*/customAssets/*}/adBreaks
在直播中创建广告插播时间点的 API。 |
list |
GET /v1/{customParent=networks/*/customAssets/*}/adBreaks API:用于列出直播中的广告插播时间点。 |
方法 |
create |
POST /v1/{content=networks/*/sources/*/content/*}/adBreaks
在直播中创建广告插播时间点的 API。 |
list |
GET /v1/{content=networks/*/sources/*/content/*}/adBreaks API:用于列出直播中的广告插播时间点。 |
方法 |
update |
PUT /v1/videoContent/{videoContent.name=networks/*/sources/*/content/*}
API 用于创建新内容或更新其元数据(如果 Ad Manager 中已存在相应内容)。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["The Google Ad Manager Video API enables publishers to manage video content, including updating video metadata."],["Publishers can use the API to create and manage ad breaks within live streams for various content types, including assets, custom assets, and source content."],["The API provides methods for creating, listing, and updating video content and associated ad breaks using RESTful operations."],["Developers can utilize Google-provided client libraries or their own libraries to interact with the API, leveraging the provided service endpoint and discovery document."]]],["The Google Ad Manager Video API enables operations on video content, including updating metadata. It offers four REST resources: `v1.networks.assets.adBreaks`, `v1.networks.customAssets.adBreaks`, `v1.networks.sources.content.adBreaks`, and `v1.videoContent.networks.sources.content`. The first three support creating (`POST`) and listing (`GET`) ad breaks within a live stream. The last resource supports updating (`PUT`) video content metadata or creating new content. The API is accessed via client libraries or through its discovery document and service endpoint.\n"]]