Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use this with Google Analytics? #3

Open
sevenfoxes opened this issue Feb 28, 2016 · 1 comment
Open

Can I use this with Google Analytics? #3

sevenfoxes opened this issue Feb 28, 2016 · 1 comment

Comments

@sevenfoxes
Copy link

Hi, I'm trying to setup GA as a universal analytics tag type. Your example shows how to set up with a custom script. Is it possible to do this?

@biofractal
Copy link

I have the same requirement. I have been asked to use GTM and push GA events through it. Apparently in GTM, you would use this instead:

dataLayer.push({
 'eventCategory': 'StudentAction',
 'eventAction': 'BookmarkCaseStudy',
 'eventLable':  'CaseStudyTitle'
 'eventValue': 50,
});

Does this package support pushing GA events through the GTM data layer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants