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

ListPopulationRule

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

Remarketing List Population Rule.

interface ListPopulationRule {
floodlightActivityId?: bigint;
floodlightActivityName?: string;
listPopulationClauses?: ListPopulationClause[];
}

§Properties

§
floodlightActivityId?: bigint
[src]

Floodlight activity ID associated with this rule. This field can be left blank.

§
floodlightActivityName?: string
[src]

Name of floodlight activity associated with this rule. This is a read-only, auto-generated field.

§
listPopulationClauses?: ListPopulationClause[]
[src]

Clauses that make up this list population rule. Clauses are joined by ANDs, and the clauses themselves are made up of list population terms which are joined by ORs.