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

RemoveTargetedPublishersRequest

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

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

interface RemoveTargetedPublishersRequest {
publisherIds?: string[];
}

§Properties

§
publisherIds?: string[]
[src]

A list of publisher IDs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted publisher IDs in PretargetingConfig.publisherTargeting.values. Publishers are identified by their publisher ID from ads.txt / app-ads.txt. See https://iabtechlab.com/ads-txt/ and https://iabtechlab.com/app-ads-txt/ for more details.