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

OmnitureSettings

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

Omniture Integration Settings.

interface OmnitureSettings {
omnitureCostDataEnabled?: boolean;
omnitureIntegrationEnabled?: boolean;
}

§Properties

§
omnitureCostDataEnabled?: boolean
[src]

Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true.

§
omnitureIntegrationEnabled?: boolean
[src]

Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled.