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

CreativeOptimizationConfiguration

import type { CreativeOptimizationConfiguration } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Creative optimization settings.

interface CreativeOptimizationConfiguration {
id?: bigint;
name?: string;
optimizationActivitys?: OptimizationActivity[];
optimizationModel?:
| "CLICK"
| "POST_CLICK"
| "POST_IMPRESSION"
| "POST_CLICK_AND_IMPRESSION"
| "VIDEO_COMPLETION";
}

§Properties

§
id?: bigint
[src]

ID of this creative optimization config. This field is auto-generated when the campaign is inserted or updated. It can be null for existing campaigns.

§
name?: string
[src]

Name of this creative optimization config. This is a required field and must be less than 129 characters long.

§
optimizationActivitys?: OptimizationActivity[]
[src]

List of optimization activities associated with this configuration.

§
optimizationModel?: "CLICK" | "POST_CLICK" | "POST_IMPRESSION" | "POST_CLICK_AND_IMPRESSION" | "VIDEO_COMPLETION"
[src]

Optimization model for this configuration.