Created
July 17, 2021 21:10
-
-
Save ShuvoHabib/78ee65156740abd162aa6d586151850c to your computer and use it in GitHub Desktop.
GA Linker
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
ga(function() { | |
var trackers = ga.getAll(); | |
var linker = trackers[0].get('linkerParam'); | |
console.log(linker); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment