Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NativeContentPositionAssignedTargetingOptionDetails

import type { NativeContentPositionAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Details for native content position assigned targeting option. This will be populated in the native_content_position_details field when targeting_type is TARGETING_TYPE_NATIVE_CONTENT_POSITION. Explicitly targeting all options is not supported. Remove all native content position targeting options to achieve this effect.

interface NativeContentPositionAssignedTargetingOptionDetails {
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";
}

§Properties

§
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"
[src]

Required. The content position.