Created
August 10, 2022 12:56
-
-
Save justusbluemer/4bec5f5f9f956159fa020684ebf156ef to your computer and use it in GitHub Desktop.
This file contains 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
const log = function() { | |
console.log("This was tracked to GA:") | |
console.log(arguments); | |
// … perhaps doing something else with this | |
} | |
google_tag_manager.mb.listen(log) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment