I use the following code within my analytics tool and never have an issue with events firing or anything, hopefully it might be of some use.var suiteId //store the s.account if(location.host == ("sitea.com")) { suiteId = 'mycompany-sitea-prod'; } else if (location.host == ("siteb.com")){ suiteId= '...