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

4 lines 254 B
import { type EventPayload } from '../types/common'; import { type EngagementEventParams } from '../types/events'; export declare function buildEngagementEvent(params: EngagementEventParams): EventPayload; //# sourceMappingURL=engagementTracking.d.ts.map