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

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.

§
countingMethod?: "COUNTING_METHOD_UNSPECIFIED" | "CONVERSIONS_COUNT" | "SALES_QUANTITY" | "SALES_VALUE" | "UNIQUE_COUNT"
[src]

Required. The way to acquire value from the floodlight activity, for example, count of the conversion.

§
floodlightActivityId?: bigint
[src]

Required. Id of the floodlight activity.