UNPKG

begiresh

Version:

A mobile application smart banner for Iranian markets

12 lines (10 loc) 246 B
module.exports.track = function({category ,action, label}) { if(ga){ ga('send', { hitType: 'event', eventCategory: category, eventAction: action, eventLabel: label }); } }