[backport] Fixed bug on plans listing in analytics
parent
4ac3076f8c
commit
50b2841f6e
|
@ -142,7 +142,7 @@ class AnalyticsService extends taiga.Service
|
||||||
'position': position,
|
'position': position,
|
||||||
})
|
})
|
||||||
position++
|
position++
|
||||||
@.trackEvent("ecommerce", "add-impression", plan.name, plan.plan_id)
|
@.trackEvent("ecommerce", "list-plans")
|
||||||
|
|
||||||
addEcClickProduct: (plan) ->
|
addEcClickProduct: (plan) ->
|
||||||
return if not @.initialized
|
return if not @.initialized
|
||||||
|
|
Loading…
Reference in New Issue