Google Ad Manager Video API

  • The Google Ad Manager Video API allows publishers to perform operations on their video content, such as updating metadata.

  • The service admanagervideo.googleapis.com is used to call this API.

  • You can use Google-provided client libraries or your own libraries to call this service.

  • The service provides a discovery document and a service endpoint at https://admanagervideo.googleapis.com.

  • Various REST resources like v1.networks.assets.adBreaks and v1.videoContent.networks.sources.content are available to manage ad breaks and content metadata.

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.