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

OptimizationActivity

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

Creative optimization activity.

interface OptimizationActivity {
floodlightActivityId?: bigint;
floodlightActivityIdDimensionValue?: DimensionValue;
weight?: number;
}

§Properties

§
floodlightActivityId?: bigint
[src]

Floodlight activity ID of this optimization activity. This is a required field.

§
floodlightActivityIdDimensionValue?: DimensionValue
[src]

Dimension value for the ID of the floodlight activity. This is a read-only, auto-generated field.

§
weight?: number
[src]

Weight associated with this optimization. The weight assigned will be understood in proportion to the weights assigned to the other optimization activities. Value must be greater than or equal to 1.