NativeContentPositionTargetingOptionDetails
import type { NativeContentPositionTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable native content position. This will be populated in
the native_content_position_details field when targeting_type is
TARGETING_TYPE_NATIVE_CONTENT_POSITION
.
interface NativeContentPositionTargetingOptionDetails {
readonly contentPosition?:
} | "NATIVE_CONTENT_POSITION_UNSPECIFIED"
| "NATIVE_CONTENT_POSITION_UNKNOWN"
| "NATIVE_CONTENT_POSITION_IN_ARTICLE"
| "NATIVE_CONTENT_POSITION_IN_FEED"
| "NATIVE_CONTENT_POSITION_PERIPHERAL"
| "NATIVE_CONTENT_POSITION_RECOMMENDATION";