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

FloodlightActivityGroup

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

Contains properties of a Floodlight activity group.

interface FloodlightActivityGroup {
accountId?: bigint;
advertiserId?: bigint;
advertiserIdDimensionValue?: DimensionValue;
floodlightConfigurationId?: bigint;
floodlightConfigurationIdDimensionValue?: DimensionValue;
id?: bigint;
idDimensionValue?: DimensionValue;
kind?: string;
name?: string;
subaccountId?: bigint;
tagString?: string;
type?: "COUNTER" | "SALE";
}

§Properties

§
accountId?: bigint
[src]

Account ID of this floodlight activity group. This is a read-only field that can be left blank.

§
advertiserId?: bigint
[src]

Advertiser ID of this floodlight activity group. If this field is left blank, the value will be copied over either from the floodlight configuration's advertiser or from the existing activity group's advertiser.

§
advertiserIdDimensionValue?: DimensionValue
[src]

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

§
floodlightConfigurationId?: bigint
[src]

Floodlight configuration ID of this floodlight activity group. This is a required field.

§
floodlightConfigurationIdDimensionValue?: DimensionValue
[src]

Dimension value for the ID of the floodlight configuration. This is a read-only, auto-generated field.

§
id?: bigint
[src]

ID of this floodlight activity group. This is a read-only, auto-generated field.

§
idDimensionValue?: DimensionValue
[src]

Dimension value for the ID of this floodlight activity group. This is a read-only, auto-generated field.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightActivityGroup".

§
name?: string
[src]

Name of this floodlight activity group. This is a required field. Must be less than 65 characters long and cannot contain quotes.

§
subaccountId?: bigint
[src]

Subaccount ID of this floodlight activity group. This is a read-only field that can be left blank.

§
tagString?: string
[src]

Value of the type= parameter in the floodlight tag, which the ad servers use to identify the activity group that the activity belongs to. This is optional: if empty, a new tag string will be generated for you. This string must be 1 to 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string must also be unique among activity groups of the same floodlight configuration. This field is read-only after insertion.

§
type?: "COUNTER" | "SALE"
[src]

Type of the floodlight activity group. This is a required field that is read-only after insertion.