ContentOutstreamPositionTargetingOptionDetails
import type { ContentOutstreamPositionTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable content outstream position, which could be used by
display and video ads. This will be populated in the
content_outstream_position_details field when targeting_type is
TARGETING_TYPE_CONTENT_OUTSTREAM_POSITION
.
interface ContentOutstreamPositionTargetingOptionDetails {
readonly contentOutstreamPosition?:
} | "CONTENT_OUTSTREAM_POSITION_UNSPECIFIED"
| "CONTENT_OUTSTREAM_POSITION_UNKNOWN"
| "CONTENT_OUTSTREAM_POSITION_IN_ARTICLE"
| "CONTENT_OUTSTREAM_POSITION_IN_BANNER"
| "CONTENT_OUTSTREAM_POSITION_IN_FEED"
| "CONTENT_OUTSTREAM_POSITION_INTERSTITIAL";
§Properties
§
readonly contentOutstreamPosition?: "CONTENT_OUTSTREAM_POSITION_UNSPECIFIED" | "CONTENT_OUTSTREAM_POSITION_UNKNOWN" | "CONTENT_OUTSTREAM_POSITION_IN_ARTICLE" | "CONTENT_OUTSTREAM_POSITION_IN_BANNER" | "CONTENT_OUTSTREAM_POSITION_IN_FEED" | "CONTENT_OUTSTREAM_POSITION_INTERSTITIAL"
[src]Output only. The content outstream position.