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

PlacementTargeting

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

Represents targeting about where the ads can appear, for example, certain sites or mobile applications. Different placement targeting types will be logically OR'ed.

interface PlacementTargeting {
mobileApplicationTargeting?: MobileApplicationTargeting;
uriTargeting?: UriTargeting;
}

§Properties

§
mobileApplicationTargeting?: MobileApplicationTargeting
[src]

Mobile application targeting information in a deal. This doesn't apply to Auction Packages.

§
uriTargeting?: UriTargeting
[src]

URLs to be included/excluded.