mirror of
https://github.com/msmhq/msm.git
synced 2025-07-25 04:42:28 +00:00
Enable cross comain tracking
This commit is contained in:
@ -17,6 +17,8 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
_gaq.push(['_setAccount', 'UA-32675598-2']);
|
_gaq.push(['_setAccount', 'UA-32675598-2']);
|
||||||
|
_gaq.push(['_setDomainName', 'msmhq.com']);
|
||||||
|
_gaq.push(['_setAllowLinker', true]);
|
||||||
_gaq.push(['_trackPageview']);
|
_gaq.push(['_trackPageview']);
|
||||||
(function() {
|
(function() {
|
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
Reference in New Issue
Block a user