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/dfareporting:v4.ts";

Contains properties of a Floodlight activity.

interface FloodlightActivity {
accountId?: bigint;
advertiserId?: bigint;
advertiserIdDimensionValue?: DimensionValue;
attributionEnabled?: boolean;
cacheBustingType?:
| "JAVASCRIPT"
| "ACTIVE_SERVER_PAGE"
| "JSP"
| "PHP"
| "COLD_FUSION";
countingMethod?:
| "STANDARD_COUNTING"
| "UNIQUE_COUNTING"
| "SESSION_COUNTING"
| "TRANSACTIONS_COUNTING"
| "ITEMS_SOLD_COUNTING";
expectedUrl?: string;
floodlightActivityGroupId?: bigint;
floodlightActivityGroupName?: string;
floodlightActivityGroupTagString?: string;
floodlightActivityGroupType?: "COUNTER" | "SALE";
floodlightConfigurationId?: bigint;
floodlightConfigurationIdDimensionValue?: DimensionValue;
floodlightTagType?: "IFRAME" | "IMAGE" | "GLOBAL_SITE_TAG";
id?: bigint;
idDimensionValue?: DimensionValue;
kind?: string;
name?: string;
notes?: string;
secure?: boolean;
sslCompliant?: boolean;
sslRequired?: boolean;
status?:
| "ACTIVE"
| "ARCHIVED_AND_DISABLED"
| "ARCHIVED"
| "DISABLED_POLICY";
subaccountId?: bigint;
tagFormat?: "HTML" | "XHTML";
tagString?: string;
userDefinedVariableTypes?:
| "U1"
| "U2"
| "U3"
| "U4"
| "U5"
| "U6"
| "U7"
| "U8"
| "U9"
| "U10"
| "U11"
| "U12"
| "U13"
| "U14"
| "U15"
| "U16"
| "U17"
| "U18"
| "U19"
| "U20"
| "U21"
| "U22"
| "U23"
| "U24"
| "U25"
| "U26"
| "U27"
| "U28"
| "U29"
| "U30"
| "U31"
| "U32"
| "U33"
| "U34"
| "U35"
| "U36"
| "U37"
| "U38"
| "U39"
| "U40"
| "U41"
| "U42"
| "U43"
| "U44"
| "U45"
| "U46"
| "U47"
| "U48"
| "U49"
| "U50"
| "U51"
| "U52"
| "U53"
| "U54"
| "U55"
| "U56"
| "U57"
| "U58"
| "U59"
| "U60"
| "U61"
| "U62"
| "U63"
| "U64"
| "U65"
| "U66"
| "U67"
| "U68"
| "U69"
| "U70"
| "U71"
| "U72"
| "U73"
| "U74"
| "U75"
| "U76"
| "U77"
| "U78"
| "U79"
| "U80"
| "U81"
| "U82"
| "U83"
| "U84"
| "U85"
| "U86"
| "U87"
| "U88"
| "U89"
| "U90"
| "U91"
| "U92"
| "U93"
| "U94"
| "U95"
| "U96"
| "U97"
| "U98"
| "U99"
| "U100"[];
}

§Properties

§
accountId?: bigint
[src]

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

§
advertiserId?: bigint
[src]

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

§
advertiserIdDimensionValue?: DimensionValue
[src]

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

§
attributionEnabled?: boolean
[src]

Whether the activity is enabled for attribution.

§
cacheBustingType?: "JAVASCRIPT" | "ACTIVE_SERVER_PAGE" | "JSP" | "PHP" | "COLD_FUSION"
[src]

Code type used for cache busting in the generated tag. Applicable only when floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING or UNIQUE_COUNTING.

§
countingMethod?: "STANDARD_COUNTING" | "UNIQUE_COUNTING" | "SESSION_COUNTING" | "TRANSACTIONS_COUNTING" | "ITEMS_SOLD_COUNTING"
[src]

Counting method for conversions for this floodlight activity. This is a required field.

§

Dynamic floodlight tags.

§
expectedUrl?: string
[src]

URL where this tag will be deployed. If specified, must be less than 256 characters long.

§
floodlightActivityGroupId?: bigint
[src]

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

§
floodlightActivityGroupName?: string
[src]

Name of the associated floodlight activity group. This is a read-only field.

§
floodlightActivityGroupTagString?: string
[src]

Tag string of the associated floodlight activity group. This is a read-only field.

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

Type of the associated floodlight activity group. This is a read-only field.

§
floodlightConfigurationId?: bigint
[src]

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

§
floodlightConfigurationIdDimensionValue?: DimensionValue
[src]

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

§
floodlightTagType?: "IFRAME" | "IMAGE" | "GLOBAL_SITE_TAG"
[src]

The type of Floodlight tag this activity will generate. This is a required field.

§
id?: bigint
[src]

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

§
idDimensionValue?: DimensionValue
[src]

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

§
kind?: string
[src]

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

§
name?: string
[src]

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

§
notes?: string
[src]

General notes or implementation instructions for the tag.

§

Publisher dynamic floodlight tags.

§
secure?: boolean
[src]

Whether this tag should use SSL.

§
sslCompliant?: boolean
[src]

Whether the floodlight activity is SSL-compliant. This is a read-only field, its value detected by the system from the floodlight tags.

§
sslRequired?: boolean
[src]

Whether this floodlight activity must be SSL-compliant.

§
status?: "ACTIVE" | "ARCHIVED_AND_DISABLED" | "ARCHIVED" | "DISABLED_POLICY"
[src]

The status of the activity. This can only be set to ACTIVE or ARCHIVED_AND_DISABLED. The ARCHIVED status is no longer supported and cannot be set for Floodlight activities. The DISABLED_POLICY status indicates that a Floodlight activity is violating Google policy. Contact your account manager for more information.

§
subaccountId?: bigint
[src]

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

§
tagFormat?: "HTML" | "XHTML"
[src]

Tag format type for the floodlight activity. If left blank, the tag format will default to HTML.

§
tagString?: string
[src]

Value of the cat= parameter in the floodlight tag, which the ad servers use to identify the activity. 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 activities of the same activity group. This field is read-only after insertion.

§
userDefinedVariableTypes?: "U1" | "U2" | "U3" | "U4" | "U5" | "U6" | "U7" | "U8" | "U9" | "U10" | "U11" | "U12" | "U13" | "U14" | "U15" | "U16" | "U17" | "U18" | "U19" | "U20" | "U21" | "U22" | "U23" | "U24" | "U25" | "U26" | "U27" | "U28" | "U29" | "U30" | "U31" | "U32" | "U33" | "U34" | "U35" | "U36" | "U37" | "U38" | "U39" | "U40" | "U41" | "U42" | "U43" | "U44" | "U45" | "U46" | "U47" | "U48" | "U49" | "U50" | "U51" | "U52" | "U53" | "U54" | "U55" | "U56" | "U57" | "U58" | "U59" | "U60" | "U61" | "U62" | "U63" | "U64" | "U65" | "U66" | "U67" | "U68" | "U69" | "U70" | "U71" | "U72" | "U73" | "U74" | "U75" | "U76" | "U77" | "U78" | "U79" | "U80" | "U81" | "U82" | "U83" | "U84" | "U85" | "U86" | "U87" | "U88" | "U89" | "U90" | "U91" | "U92" | "U93" | "U94" | "U95" | "U96" | "U97" | "U98" | "U99" | "U100"[]
[src]

List of the user-defined variables used by this conversion tag. These map to the "u[1-100]=" in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive.