NegativeKeyword
import type { NegativeKeyword } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A negatively targeted keyword that belongs to a negative keyword list.
interface NegativeKeyword {
keywordValue?: string;
readonly name?: string;
}§Properties
§
keywordValue?: string
[src]Required. Immutable. The negatively targeted keyword, for example car insurance
. Must be UTF-8 encoded with a maximum size of 255 bytes. Maximum
number of characters is 80. Maximum number of words is 10. Valid characters
are restricted to ASCII characters only. The only URL-escaping permitted is
for representing whitespace between words. Leading or trailing whitespace
is ignored.