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

FloodlightConfiguration

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

Contains properties of a Floodlight configuration.

interface FloodlightConfiguration {
accountId?: bigint;
advertiserId?: bigint;
advertiserIdDimensionValue?: DimensionValue;
analyticsDataSharingEnabled?: boolean;
customViewabilityMetric?: CustomViewabilityMetric;
exposureToConversionEnabled?: boolean;
firstDayOfWeek?: "SUNDAY" | "MONDAY";
id?: bigint;
idDimensionValue?: DimensionValue;
inAppAttributionTrackingEnabled?: boolean;
kind?: string;
lookbackConfiguration?: LookbackConfiguration;
naturalSearchConversionAttributionOption?: "EXCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION" | "INCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION" | "INCLUDE_NATURAL_SEARCH_TIERED_CONVERSION_ATTRIBUTION";
omnitureSettings?: OmnitureSettings;
subaccountId?: bigint;
tagSettings?: TagSettings;
thirdPartyAuthenticationTokens?: ThirdPartyAuthenticationToken[];
userDefinedVariableConfigurations?: UserDefinedVariableConfiguration[];
}

§Properties

§
accountId?: bigint
[src]

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

§
advertiserId?: bigint
[src]

Advertiser ID of the parent advertiser of this floodlight configuration.

§
advertiserIdDimensionValue?: DimensionValue
[src]

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

§
analyticsDataSharingEnabled?: boolean
[src]

Whether advertiser data is shared with Google Analytics.

§
customViewabilityMetric?: CustomViewabilityMetric
[src]

Custom Viewability metric for the floodlight configuration.

§
exposureToConversionEnabled?: boolean
[src]

Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.

§
firstDayOfWeek?: "SUNDAY" | "MONDAY"
[src]
§
id?: bigint
[src]

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

§
idDimensionValue?: DimensionValue
[src]

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

§
inAppAttributionTrackingEnabled?: boolean
[src]

Whether in-app attribution tracking is enabled.

§
kind?: string
[src]

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

§
lookbackConfiguration?: LookbackConfiguration
[src]

Lookback window settings for this floodlight configuration.

§
naturalSearchConversionAttributionOption?: "EXCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION" | "INCLUDE_NATURAL_SEARCH_CONVERSION_ATTRIBUTION" | "INCLUDE_NATURAL_SEARCH_TIERED_CONVERSION_ATTRIBUTION"
[src]

Types of attribution options for natural search conversions.

§
omnitureSettings?: OmnitureSettings
[src]

Settings for Campaign Manager Omniture integration.

§
subaccountId?: bigint
[src]

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

§
tagSettings?: TagSettings
[src]

Configuration settings for dynamic and image floodlight tags.

§
thirdPartyAuthenticationTokens?: ThirdPartyAuthenticationToken[]
[src]

List of third-party authentication tokens enabled for this configuration.

§
userDefinedVariableConfigurations?: UserDefinedVariableConfiguration[]
[src]

List of user defined variables enabled for this configuration.