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

AlgorithmRulesSignalValue

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

Adjusted value of the signal used for rule evaluation.

interface AlgorithmRulesSignalValue {
activeViewSignal?:
| "ACTIVE_VIEW_SIGNAL_UNSPECIFIED"
| "ACTIVE_VIEW_VIEWED"
| "AUDIBLE"
| "VIDEO_COMPLETED"
| "TIME_ON_SCREEN"
| "VIDEO_PLAYER_SIZE"
| "COMPLETED_IN_VIEW_AUDIBLE";
floodlightActivityConversionSignal?: AlgorithmRulesFloodlightActivityConversionSignal;
number?: number;
}

§Properties

§
activeViewSignal?: "ACTIVE_VIEW_SIGNAL_UNSPECIFIED" | "ACTIVE_VIEW_VIEWED" | "AUDIBLE" | "VIDEO_COMPLETED" | "TIME_ON_SCREEN" | "VIDEO_PLAYER_SIZE" | "COMPLETED_IN_VIEW_AUDIBLE"
[src]

Signal based on active views. Only TIME_ON_SCREEN is supported. This field is only supported for allowlisted partners.

§
floodlightActivityConversionSignal?: AlgorithmRulesFloodlightActivityConversionSignal
[src]

Signal based on floodlight conversion events. This field is only supported for allowlisted partners.

§
number?: number
[src]

Value to use as result.