YoutubeAssetAssociation
import type { YoutubeAssetAssociation } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";An association between a resource and a YouTube asset.
§Properties
Required. The YouTube asset associated with the resource.
Identifier. The resource name of the association. For line item-level
associations: The name pattern is
advertisers/{advertiser_id}/lineItems/{line_item_id}/youtubeAssetTypes/{youtube_asset_type}/youtubeAssetAssociations/{youtube_asset_association_id}.
For ad group-level associations: The name pattern is
advertisers/{advertiser_id}/adGroups/{ad_group_id}/youtubeAssetTypes/{youtube_asset_type}/youtubeAssetAssociations/{youtube_asset_association_id}.
For YOUTUBE_ASSET_TYPE_LOCATION and
YOUTUBE_ASSET_TYPE_AFFILIATE_LOCATION associations:
youtube_asset_association_id is the ID of the asset set linked, or 0 if
the location_matching_type or affiliate_location_matching_type is
DISABLED. For YOUTUBE_ASSET_TYPE_SITELINK associations:
youtube_asset_association_id is be the ID of the sitelink asset linked.