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 215 B
import { type AnalyticsClient } from '../core/AnalyticsClient'; export declare function getMeasurementId(params: { measurementId?: string; }, client: AnalyticsClient): string; //# sourceMappingURL=utils.d.ts.map