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/adexchangebuyer2:v2beta1.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;
urlTargeting?: UrlTargeting;
}

§Properties

§
mobileApplicationTargeting?: MobileApplicationTargeting
[src]

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

§
urlTargeting?: UrlTargeting
[src]

URLs to be included/excluded.