fixed errors on ecommerce tracking events

stable
Jesús Espino 2017-10-17 13:03:33 +02:00
parent 76e1afe734
commit 0a0cada4cb
1 changed files with 1 additions and 1 deletions

View File

@ -129,6 +129,6 @@ class AnalyticsService extends taiga.Service
@win.ga('ec:setAction', action, {
'list': page
})
@.trackEvent("ecommerce", "set-action", action, page)
@.trackEvent("ecommerce", "set-action", (action+page), 0)
module.service("$tgAnalytics", AnalyticsService)