Interface AnalyticsDescription

Describes the configuration of an analytics integration as part of the SourceDescription.

interface AnalyticsDescription {
    integration: string;
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

Analytics extensions can define any custom set of fields.

Properties

Properties

integration: string

The identifier of the analytics integration.

Generated using TypeDoc