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

KeywordAssignedTargetingOptionDetails

import type { KeywordAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Details for assigned keyword targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_KEYWORD.

interface KeywordAssignedTargetingOptionDetails {
keyword?: string;
negative?: boolean;
}

§Properties

§
keyword?: string
[src]

Required. The keyword, for example car insurance. Positive keyword cannot be offensive word. Must be UTF-8 encoded with a maximum size of 255 bytes. Maximum number of characters is 80. Maximum number of words is 10.

§
negative?: boolean
[src]

Indicates if this option is being negatively targeted.