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

GoogleAnalyticsAdminV1betaKeyEventDefaultValue

import type { GoogleAnalyticsAdminV1betaKeyEventDefaultValue } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

Defines a default value/currency for a key event.

interface GoogleAnalyticsAdminV1betaKeyEventDefaultValue {
currencyCode?: string;
numericValue?: number;
}

§Properties

§
currencyCode?: string
[src]

Required. When an occurrence of this Key Event (specified by event_name) has no set currency this currency will be applied as the default. Must be in ISO 4217 currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for more information.

§
numericValue?: number
[src]

Required. This will be used to populate the "value" parameter for all occurrences of this Key Event (specified by event_name) where that parameter is unset.