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 |
Required. The ID of the advertiser this ad asset belongs to. |
adAssetId |
Required. The ID of the ad asset to fetch. Only supports assets of |
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.