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

RemoveTargetedSitesRequest

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

A request to stop targeting sites in a specific pretargeting configuration. The pretargeting configuration itself specifies how these sites are targeted in PretargetingConfig.webTargeting.

interface RemoveTargetedSitesRequest {
sites?: string[];
}

§Properties

§
sites?: string[]
[src]

A list of site URLs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted URLs in PretargetingConfig.webTargeting.values.