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:v4.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 {
exemptedPolicyNames?: string[];
keyword?: string;
negative?: boolean;
}

§Properties

§
exemptedPolicyNames?: string[]
[src]

Optional. The policy names to exempt the keyword from. This field is only applicable for Demand Gen keywords, which are positively targeted.

§
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.