39944c1c9464a8116f26f301186218f516e80a23 hiram Thu Apr 9 09:04:24 2020 -0700 the default should be the gBiB i.e. anything but UCSC browsers refs #23969 diff --git src/hg/js/analytics.js src/hg/js/analytics.js index b19d598..3c75c51 100644 --- src/hg/js/analytics.js +++ src/hg/js/analytics.js @@ -1,24 +1,24 @@ // analytics.js - Javascript for use in static html page footer code // Copyright (C) 2008 The Regents of the University of California document.body.onload = addGtag; function addGtag() { var hostName = location.hostname; - var analyticsKey = "UA-4289047-3"; + var analyticsKey = "UA-4289047-5"; if (hostName.search("genome.ucsc") > -1) { analyticsKey = "UA-4289047-4"; } else if (hostName.search("hgw[0-9]") > -1) { analyticsKey = "UA-4289047-4"; } else if (hostName.search("genome-euro") > -1) { analyticsKey = "UA-4289047-8"; } else if (hostName.search("genome-asia") > -1) { analyticsKey = "UA-4289047-9"; } else if (hostName.search("genome-test") > -1) { analyticsKey = "UA-4289047-3"; } else if (hostName.search("hgwdev.gi") > -1) { analyticsKey = "UA-4289047-3"; } else if (hostName.search("hgwbeta") > -1) { analyticsKey = "UA-4289047-6"; } else if (hostName.search("genome-preview") > -1) {