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

GoogleAnalyticsAdminV1betaConversionEvent

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

A conversion event in a Google Analytics property.

interface GoogleAnalyticsAdminV1betaConversionEvent {
countingMethod?: "CONVERSION_COUNTING_METHOD_UNSPECIFIED" | "ONCE_PER_EVENT" | "ONCE_PER_SESSION";
readonly createTime?: Date;
readonly custom?: boolean;
readonly deletable?: boolean;
eventName?: string;
readonly name?: string;
}

§Properties

§
countingMethod?: "CONVERSION_COUNTING_METHOD_UNSPECIFIED" | "ONCE_PER_EVENT" | "ONCE_PER_SESSION"
[src]

Optional. The method by which conversions will be counted across multiple events within a session. If this value is not provided, it will be set to ONCE_PER_EVENT.

§
readonly createTime?: Date
[src]

Output only. Time when this conversion event was created in the property.

§
readonly custom?: boolean
[src]

Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.

§

Optional. Defines a default value/currency for a conversion event.

§
readonly deletable?: boolean
[src]

Output only. If set, this event can currently be deleted with DeleteConversionEvent.

§
eventName?: string
[src]

Immutable. The event name for this conversion event. Examples: 'click', 'purchase'

§
readonly name?: string
[src]

Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}