NegativeKeywordList
import type { NegativeKeywordList } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A list of negative keywords used for targeting.
interface NegativeKeywordList {
readonly advertiserId?: bigint;
displayName?: string;
readonly name?: string;
readonly negativeKeywordListId?: bigint;
readonly targetedLineItemCount?: bigint;
}§Properties
§
readonly advertiserId?: bigint
[src]Output only. The unique ID of the advertiser the negative keyword list belongs to.
§
displayName?: string
[src]Required. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes.