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.