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 196 B
import {} from '../core/AnalyticsClient'; export function getMeasurementId(params, client) { return params.measurementId ?? client.getState().measurementId; } //# sourceMappingURL=utils.js.map