1.0.1 • Published 2 months ago

@lomray/google-tag-manager v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Table of contents

Getting started

The package is distributed using npm, the node package manager.

npm i --save @lomray/google-tag-manager

How to use

import GoogleTagManager from '@lomray/google-tag-manager';

const manager = new GoogleTagManager();

useEffect(() => {
  manager.init({ gtmId: GTM_ID });
}, []);


const onButtonClick = () => {
  manager.pushEvent({ my: 'data' });
}

Bugs and feature requests

Bug or a feature request, please open a new issue.

License

Made with 💚

Published under MIT License.

1.0.1

2 months ago

1.0.0

2 months ago