Created
August 17, 2014 16:36
-
-
Save austinpray/7614b530b1f72a35f78b to your computer and use it in GitHub Desktop.
Could you create a macro in GTM to pull the 'type' or 'name'? Currently the click doesn't have a uniquely identifiable value reporting in the data layer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function () { | |
return document.getElementsByName('accept_terms')[0].checked | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment