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

FirstPartyMobileApplicationTargeting

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

Represents a list of targeted and excluded mobile application IDs that publishers own. Android App ID, for example, com.google.android.apps.maps, can be found in Google Play Store URL. iOS App ID (which is a number) can be found at the end of iTunes store URL. First party mobile applications is either included or excluded.

interface FirstPartyMobileApplicationTargeting {
excludedAppIds?: string[];
targetedAppIds?: string[];
}

§Properties

§
excludedAppIds?: string[]
[src]

A list of application IDs to be excluded.

§
targetedAppIds?: string[]
[src]

A list of application IDs to be included.