@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface DeviceTargeting

    interface DeviceTargeting {
        device_types?: ("connected_tv" | "mobile" | "tablet" | "desktop")[];
        operating_systems?: string[];
        browsers?: string[];
    }
    Index

    Properties

    device_types?: ("connected_tv" | "mobile" | "tablet" | "desktop")[]
    operating_systems?: string[]
    browsers?: string[]