UNPKG

google-analytics-ga4

Version:

This is package for google analytics GA4 .You can import it to any node project and use it .React , Vue, Anguler etc

5 lines (3 loc) 106 B
import ga4, { GA4 } from "./gtag/ga4"; export const ReactGAImplementation = GA4; export default ga4;