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

5 lines 343 B
import { type EventPayload } from '../types/common'; import { type SearchEventParams, type ShareEventParams } from '../types/events'; export declare function buildSearchEvent(params: SearchEventParams): EventPayload; export declare function buildShareEvent(params: ShareEventParams): EventPayload; //# sourceMappingURL=contentTracking.d.ts.map