Google Ad Manager Video API

  • 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 allows publishers to perform operations to their video content, such as updating the video metadata.

Service: admanagervideo.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://admanagervideo.googleapis.com

REST Resource: v1.networks.assets.adBreaks

Methods
create POST /v1/{parent=networks/*/assets/*}/adBreaks
API to create an Ad Break within the live stream.
list GET /v1/{parent=networks/*/assets/*}/adBreaks
API to list Ad Breaks within the live stream.

REST Resource: v1.networks.customAssets.adBreaks

Methods
create POST /v1/{customParent=networks/*/customAssets/*}/adBreaks
API to create an Ad Break within the live stream.
list GET /v1/{customParent=networks/*/customAssets/*}/adBreaks
API to list Ad Breaks within the live stream.

REST Resource: v1.networks.sources.content.adBreaks

Methods
create POST /v1/{content=networks/*/sources/*/content/*}/adBreaks
API to create an Ad Break within the live stream.
list GET /v1/{content=networks/*/sources/*/content/*}/adBreaks
API to list Ad Breaks within the live stream.

REST Resource: v1.videoContent.networks.sources.content

Methods
update PUT /v1/videoContent/{videoContent.name=networks/*/sources/*/content/*}
API to create new content or update its metadata if the content already exists in Ad Manager.