AlgorithmRulesFloodlightActivityConversionSignal
import type { AlgorithmRulesFloodlightActivityConversionSignal } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
The rule to score impressions based on Floodlight conversion events.
interface AlgorithmRulesFloodlightActivityConversionSignal {
conversionCounting?:
| "CONVERSION_COUNTING_UNSPECIFIED"
| "ALL_CONVERSIONS"
| "POST_CLICK"
| "POST_VIEW";
countingMethod?:
| "COUNTING_METHOD_UNSPECIFIED"
| "CONVERSIONS_COUNT"
| "SALES_QUANTITY"
| "SALES_VALUE"
| "UNIQUE_COUNT";
floodlightActivityId?: bigint;
}§Properties
§
conversionCounting?: "CONVERSION_COUNTING_UNSPECIFIED" | "ALL_CONVERSIONS" | "POST_CLICK" | "POST_VIEW"
[src]Required. The type of conversions to be used in impression value computation, for example, post-click conversions.