FloodlightActivity
import type { FloodlightActivity } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A single Floodlight activity.
interface FloodlightActivity {
readonly advertiserIds?: bigint[];
displayName?: string;
readonly floodlightActivityId?: bigint;
floodlightGroupId?: bigint;
readonly name?: string;
readonly remarketingConfigs?: RemarketingConfig[];
servingStatus?: "FLOODLIGHT_ACTIVITY_SERVING_STATUS_UNSPECIFIED" | "FLOODLIGHT_ACTIVITY_SERVING_STATUS_ENABLED" | "FLOODLIGHT_ACTIVITY_SERVING_STATUS_DISABLED";
readonly sslRequired?: boolean;
}§Properties
§
readonly advertiserIds?: bigint[]
[src]Output only. IDs of the advertisers that have access to the parent Floodlight group. Only advertisers under the provided partner ID will be listed in this field.
§
readonly floodlightActivityId?: bigint
[src]Output only. The unique ID of the Floodlight activity. Assigned by the system.
§
readonly remarketingConfigs?: RemarketingConfig[]
[src]Output only. A list of configuration objects designating whether remarketing for this Floodlight Activity is enabled and available for a specifc advertiser. If enabled, this Floodlight Activity generates a remarketing user list that is able to be used in targeting under the advertiser.