ContentInstreamPositionTargetingOptionDetails
import type { ContentInstreamPositionTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable content instream position, which could be used by
video and audio ads. This will be populated in the
content_instream_position_details field when targeting_type is
TARGETING_TYPE_CONTENT_INSTREAM_POSITION
.
interface ContentInstreamPositionTargetingOptionDetails {
readonly contentInstreamPosition?:
} | "CONTENT_INSTREAM_POSITION_UNSPECIFIED"
| "CONTENT_INSTREAM_POSITION_PRE_ROLL"
| "CONTENT_INSTREAM_POSITION_MID_ROLL"
| "CONTENT_INSTREAM_POSITION_POST_ROLL"
| "CONTENT_INSTREAM_POSITION_UNKNOWN";