Method: adBreak.networks.customAssets.adBreaks.patch

API to update an Ad Break within the live stream.

HTTP request

PATCH https://admanagervideo.googleapis.com/v1/adBreak/{adBreak.name=networks/*/customAssets/*/adBreaks/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
adBreak.name

string

Output only. The resource name of the Ad Break. This field will have the format of "networks//assets//adBreaks/".

network_code is the network code in Google Ad Manager to which this content belongs.

asset_key is the key of the Live Stream Event in Google Ad Manage under which the Ad Break was created.

adBreakId is the key of the Ad Break. OUTPUT ONLY.

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The list of fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of AdBreak.

Response body

If successful, the response body contains an instance of AdBreak.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/contentingestion
  • https://www.googleapis.com/auth/video-ads

For more information, see the OAuth 2.0 Overview.