1.0.0 • Published 1 year ago

ga4-library-bizongo v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ga4-library-bizongo

This is a library that will receive events from user actions coming from frontend and then push them to GA4

NPM JavaScript Style Guide

Install

npm install --save ga4-library-bizongo

Usage

import React, { Component } from 'react'

import MyComponent from 'ga4-library-bizongo'
import 'ga4-library-bizongo/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © Parameshkumar22

1.0.0

1 year ago