OnScreenPositionTargetingOptionDetails
import type { OnScreenPositionTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable on screen position, which could be used by display
and video ads. This will be populated in the on_screen_position_details field
when targeting_type is TARGETING_TYPE_ON_SCREEN_POSITION
.
interface OnScreenPositionTargetingOptionDetails {
readonly onScreenPosition?:
} | "ON_SCREEN_POSITION_UNSPECIFIED"
| "ON_SCREEN_POSITION_UNKNOWN"
| "ON_SCREEN_POSITION_ABOVE_THE_FOLD"
| "ON_SCREEN_POSITION_BELOW_THE_FOLD";