YoutubeVideoAssignedTargetingOptionDetails
import type { YoutubeVideoAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Details for YouTube video assigned targeting option. This will be populated
in the youtube_video_details field when targeting_type is
TARGETING_TYPE_YOUTUBE_VIDEO
.
interface YoutubeVideoAssignedTargetingOptionDetails {
negative?: boolean;
videoId?: string;
}