Skip to content

trackkit / providers/umami/types / UmamiOptions

Type Alias: UmamiOptions

UmamiOptions = BaseProviderOptions & object

Defined in: providers/umami/types.ts:10

Configuration options for the Umami provider.

Extends BaseProviderOptions with the required website ID.

Type Declaration

name

name: "umami"

Provider name discriminator.

website?

optional website: string

Umami website ID (alternative to site alias).

Example

ts
'9e1e6d6e-7c0e-4b0e-8f0a-5c5b5b5b5b5b'

Released under the MIT License.