UNPKG
begiresh
Version:
latest (1.3.2)
1.3.2
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
A mobile application smart banner for Iranian markets
github.com/inb-co/Begiresh
inb-co/Begiresh
begiresh
/
src
/
analytics.js
12 lines
(10 loc)
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports.track =
function
(
{category ,action, label}
)
{
if
(ga){
ga
(
'send'
, {
hitType
:
'event'
,
eventCategory
: category,
eventAction
: action,
eventLabel
: label }); } }