Created
March 21, 2016 11:44
-
-
Save OrenBochman/b339f00f9e957e68c42a to your computer and use it in GitHub Desktop.
customising the analytics snippet with autolinker plugin for cross domain support
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('create', 'UA-1458255-7', 'auto', {'allowLinker': true}); | |
ga('require', 'linker'); | |
ga('linker:autoLink', 'other-domain.com'] ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment