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

6 lines 417 B
import { type EventPayload } from '../types/common'; import { type VideoEventParams } from '../types/events'; export declare function buildVideoStartEvent(params: VideoEventParams): EventPayload; export declare function buildVideoProgressEvent(params: VideoEventParams): EventPayload; export declare function buildVideoCompleteEvent(params: VideoEventParams): EventPayload; //# sourceMappingURL=videoTracking.d.ts.map