@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 • 312 B
TypeScript
import { type EventPayload } from '../types/common';
import { type AuthEventParams } from '../types/events';
export declare function buildLoginEvent(params: AuthEventParams): EventPayload;
export declare function buildSignUpEvent(params: AuthEventParams): EventPayload;
//# sourceMappingURL=authTracking.d.ts.map