UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines 230 B
export const trackEvent = (category, action, label, value) => { gtag("event", action, { event_category: category, event_label: label, event_value: value }); }; //# sourceMappingURL=trackEvent.js.map