(function(){"use strict";BX.namespace("BX.Landing.EventTracker.Service");BX.Landing.EventTracker.Service.GoogleAnalytics=function(){BX.Landing.EventTracker.Service.BaseService.apply(this)};BX.Landing.EventTracker.Service.GoogleAnalytics.prototype={constructor:BX.Landing.EventTracker.Service.GoogleAnalytics,__proto__:BX.Landing.EventTracker.Service.BaseService.prototype,push:function(e){if("gtag"in window){gtag("event",e.type,{event_category:e.category,event_label:e.label})}}}})();