Created
September 19, 2016 08:31
-
-
Save IronistM/b8386486dbf77ed75067e482059f18da to your computer and use it in GitHub Desktop.
Browser console dump of Google Tag Manager data layer (source : http://pastebin.com/xyFGz54n via Julien coquet)
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
// Paste this in browser console to dump your Google Tag Manager dataLayer object | |
var buffer="\n"; | |
for (var i in dataLayer){ | |
for (var j in dataLayer[i]){ | |
buffer += j+":"+dataLayer[i][j]+"\n"; | |
} | |
} | |
console.trace(buffer) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment