Skip to content

trackkit / index / ProviderType

Type Alias: ProviderType

ProviderType = "noop" | "umami" | "plausible" | "ga4"

Defined in: types.ts:93

Built-in analytics provider identifiers.

  • 'noop' – no-op provider; useful for testing or opt-out.
  • 'umami' – Umami analytics.
  • 'plausible' – Plausible Analytics.
  • 'ga4' – Google Analytics 4 (Measurement Protocol).

Released under the MIT License.