Display & Video 360 API (displayvideo:v4)

2026-07-22

1 new method

Additions

    Methods
  • displayvideo.advertisers.adAssets.patch

      Description : Updates an ad asset. Returns the updated ad asset if successful. Supports updating assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO` and `AD_ASSET_TYPE_IMAGE`. Only the `synthetic_content_attestation_status` field is mutable.

      Scopes : https://www.googleapis.com/auth/display-video

      Flat Path : v4/advertisers/{advertisersId}/adAssets/{adAssetsId}

      Parameter Order :

    • advertiserId
    • adAssetId
    • HTTP Method : PATCH

      Path : v4/advertisers/{+advertiserId}/adAssets/{+adAssetId}

      Parameters :

        adAssetId

          Pattern : ^[^/]+$

          Location : path

          Type : string

          Format : int64

          Required : Yes

          Description : Output only. The ID of the ad asset. Referred to as the asset ID when assigned to an ad.

        updateMask

          Location : query

          Type : string

          Format : google-fieldmask

          Description : Required. The list of fields to update. Only AdAsset.synthetic_content_attestation_status is mutable.

        advertiserId

          Pattern : ^[^/]+$

          Location : path

          Type : string

          Format : int64

          Required : Yes

          Description : Required. The ID of the advertiser this ad asset belongs to.