Skip to content

trackkit / index / ProviderOptions

Type Alias: ProviderOptions

ProviderOptions = NoopOptions | UmamiOptions | PlausibleOptions | GA4Options

Defined in: types.ts:210

Analytics provider configuration options.

Specifies which analytics service to use and how it should be configured. Trackkit ships with first-class support for:

  • GA4: Google Analytics 4
  • Plausible: Plausible Analytics
  • Umami: Umami analytics
  • NoopOptions | Noop: no-op provider

Each provider has its own specific requirements (e.g. measurement ID, domain, website ID).

Released under the MIT License.