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

AppTargeting

import type { AppTargeting } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent.

interface AppTargeting {
mobileAppCategoryTargeting?: NumericTargetingDimension;
mobileAppTargeting?: StringTargetingDimension;
}

§Properties

§
mobileAppCategoryTargeting?: NumericTargetingDimension
[src]

Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.

§
mobileAppTargeting?: StringTargetingDimension
[src]

Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.