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

TechnologyTargeting

import type { TechnologyTargeting } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Technology Targeting.

interface TechnologyTargeting {
browsers?: Browser[];
connectionTypes?: ConnectionType[];
mobileCarriers?: MobileCarrier[];
operatingSystems?: OperatingSystem[];
operatingSystemVersions?: OperatingSystemVersion[];
platformTypes?: PlatformType[];
}

§Properties

§
browsers?: Browser[]
[src]

Browsers that this ad targets. For each browser either set browserVersionId or dartId along with the version numbers. If both are specified, only browserVersionId will be used. The other fields are populated automatically when the ad is inserted or updated.

§
connectionTypes?: ConnectionType[]
[src]

Connection types that this ad targets. For each connection type only id is required. The other fields are populated automatically when the ad is inserted or updated.

§
mobileCarriers?: MobileCarrier[]
[src]

Mobile carriers that this ad targets. For each mobile carrier only id is required, and the other fields are populated automatically when the ad is inserted or updated. If targeting a mobile carrier, do not set targeting for any zip codes.

§
operatingSystems?: OperatingSystem[]
[src]

Operating systems that this ad targets. To target specific versions, use operatingSystemVersions. For each operating system only dartId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting an operating system, do not set targeting for operating system versions for the same operating system.

§
operatingSystemVersions?: OperatingSystemVersion[]
[src]

Operating system versions that this ad targets. To target all versions, use operatingSystems. For each operating system version, only id is required. The other fields are populated automatically when the ad is inserted or updated. If targeting an operating system version, do not set targeting for the corresponding operating system in operatingSystems.

§
platformTypes?: PlatformType[]
[src]

Platform types that this ad targets. For example, desktop, mobile, or tablet. For each platform type, only id is required, and the other fields are populated automatically when the ad is inserted or updated.