OmidTargetingOptionDetails
import type { OmidTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable Open Measurement enabled inventory type. This will
be populated in the omid_details field when targeting_type is
TARGETING_TYPE_OMID
.
interface OmidTargetingOptionDetails {
readonly omid?: "OMID_UNSPECIFIED" | "OMID_FOR_MOBILE_DISPLAY_ADS";
}