UNPKG

@shopana/ga

Version:

Type-safe Google Analytics 4 (GA4) tracking library for React and Next.js with ecommerce support, event batching, and SSR compatibility

15 lines 615 B
export { AnalyticsClient } from './core/AnalyticsClient'; export { RetryController } from './core/RetryController'; export * from './core/constants'; export * from './types'; export { createPlatformAdapter } from './platform/createAdapter'; export { BrowserGtagAdapter } from './platform/browserGtag'; export { ServerNoopAdapter } from './platform/serverNoop'; export * from './domain'; export * from './trackers'; export * from './utils/validation'; export * from './utils/sanitize'; export * from './utils/canTrack'; export * from './utils/debugChannel'; export * from './react'; //# sourceMappingURL=index.js.map