Skip to content

AnalyticsProvider

reference
1 min readUpdated

Kind: Type

Source: atloria-monorepo/templates/site-bootstrap/src/lib/analytics.ts

Analytics Engine

Config-driven analytics — supports Azure Application Insights (default), Google Analytics 4, and Meta Pixel. No tracking until cookie consent.

Definition

ts
| 'azure-app-insights'
  | 'google-analytics'
  | 'meta-pixel'
  | 'none'

Was this page helpful?

Download as PDF