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