ConversionCountingConfig
import type { ConversionCountingConfig } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Settings that control how conversions are counted. All post-click conversions will be counted. A percentage value can be set for post-view conversions counting.
interface ConversionCountingConfig {
floodlightActivityConfigs?: TrackingFloodlightActivityConfig[];
postViewCountPercentageMillis?: bigint;
}§Properties
§
floodlightActivityConfigs?: TrackingFloodlightActivityConfig[]
[src]The Floodlight activity configs used to track conversions. The number of conversions counted is the sum of all of the conversions counted by all of the Floodlight activity IDs specified in this field. Warning: Starting April 1, 2025, this field will no longer be writable while a custom bidding algorithm is assigned to the line item. If you set this field and assign a custom bidding algorithm in the same request, the floodlight activities must match the ones used by the custom bidding algorithm. Read more about this announced change.