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

TargetingExpansionConfig

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

Settings that control the optimized targeting settings of the line item.

interface TargetingExpansionConfig {
readonly audienceExpansionLevel?:
| "UNKNOWN"
| "NO_REACH"
| "LEAST_REACH"
| "MID_REACH"
| "MOST_REACH";
readonly audienceExpansionSeedListExcluded?: boolean;
enableOptimizedTargeting?: boolean;
}

§Properties

§
readonly audienceExpansionLevel?: "UNKNOWN" | "NO_REACH" | "LEAST_REACH" | "MID_REACH" | "MOST_REACH"
[src]

Output only. Magnitude of expansion for eligible first-party user lists under this ad group. This field only applies to YouTube and Partners line item and ad group resources.

§
readonly audienceExpansionSeedListExcluded?: boolean
[src]

Output only. Whether to exclude seed list for audience expansion. This field only applies to YouTube and Partners line item and ad group resources.

§
enableOptimizedTargeting?: boolean
[src]

Required. Whether to enable Optimized Targeting for the line item.