UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

12 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.trackEvent = void 0; const trackEvent = (category, action, label, value) => { gtag("event", action, { event_category: category, event_label: label, event_value: value }); }; exports.trackEvent = trackEvent; //# sourceMappingURL=trackEvent.js.map