@shopana/ga
Version:
Type-safe Google Analytics 4 (GA4) tracking library for React and Next.js with ecommerce support, event batching, and SSR compatibility
11 lines • 371 B
TypeScript
export * from '../types/events';
export * from './pageTracking';
export * from './commerceTracking';
export * from './engagementTracking';
export * from './authTracking';
export * from './contentTracking';
export * from './videoTracking';
export * from './errorTracking';
export * from './TransactionRegistry';
export * from './utils';
//# sourceMappingURL=index.d.ts.map