Skip to content
Snippets Groups Projects
Commit 81298124 authored by Seth Meranda's avatar Seth Meranda
Browse files

Track the hash links in Google Analytics.

parent 260bb88c
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@ UNLTourMap = new function() {
var code = location.hash.replace('#', '');
WDN.log("we have a hash: "+code);
WDN.analytics.callTrackEvent('UNL_Map', 'showBuilding', code);
if (code) {
UNLTourMap.panToBuilding(code);
UNLTourMap.openBuildingInfo(code);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment