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

UrlTargeting

import type { UrlTargeting } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Represents a list of targeted and excluded URLs (for example, google.com). For Private Auction and AdX Preferred Deals, URLs are either included or excluded. For Programmatic Guaranteed and Preferred Deals, this doesn't apply.

interface UrlTargeting {
excludedUrls?: string[];
targetedUrls?: string[];
}

§Properties

§
excludedUrls?: string[]
[src]

A list of URLs to be excluded.

§
targetedUrls?: string[]
[src]

A list of URLs to be included.