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

FloodlightActivity

import type { FloodlightActivity } from "https://googleapis.deno.dev/v1/displayvideo:v3.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.

§
displayName?: string
[src]

Required. The display name of the Floodlight activity.

§
readonly floodlightActivityId?: bigint
[src]

Output only. The unique ID of the Floodlight activity. Assigned by the system.

§
floodlightGroupId?: bigint
[src]

Required. Immutable. The ID of the parent Floodlight group.

§
readonly name?: string
[src]

Output only. The resource name of the Floodlight activity.

§
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.

§
servingStatus?: "FLOODLIGHT_ACTIVITY_SERVING_STATUS_UNSPECIFIED" | "FLOODLIGHT_ACTIVITY_SERVING_STATUS_ENABLED" | "FLOODLIGHT_ACTIVITY_SERVING_STATUS_DISABLED"
[src]

Optional. Whether the Floodlight activity is served.

§
readonly sslRequired?: boolean
[src]

Output only. Whether tags are required to be compliant.