Skip to content

Instantly share code, notes, and snippets.

@saegeullee
Last active February 15, 2021 06:09
Show Gist options
  • Select an option

  • Save saegeullee/b2038c04f610e0a66d3b6233fcfd5d83 to your computer and use it in GitHub Desktop.

Select an option

Save saegeullee/b2038c04f610e0a66d3b6233fcfd5d83 to your computer and use it in GitHub Desktop.
tagmanager1
import TagManager from 'react-gtm-module';
function signInFunc() {
//...singIn logic...
const signinTag = {
dataLayer: {
event: 'login',
method: method,
},
};
TagManager.dataLayer(signinTag);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment