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.