Method: advertisers.adAssets.get

Gets an ad asset.

Only supports the retrieval of assets of AdAssetType AD_ASSET_TYPE_YOUTUBE_VIDEO.

HTTP request

GET https://displayvideo.googleapis.com/v4/advertisers/{advertiserId}/adAssets/{adAssetId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
advertiserId

string (int64 format)

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

adAssetId

string (int64 format)

Required. The ID of the ad asset to fetch.

Only supports assets of AdAssetType AD_ASSET_TYPE_YOUTUBE_VIDEO

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.