We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: