analytical
analytical copied to clipboard
Kissmetrics are not working with turbolinks/jquery mobile
I tested Analytical for KissMetrics implementation in my project, which
The Issue is: Events are triggered from controllers, but there is need to refresh the page, to reload javascript code in head tags after calling analytical.event method.
When websites uses page.on 'load' or page.on 'pageshow' events, kissmetrics doesn't trigger any event.
It should be a way to reload script after Turbolinks/jQuery Mobile events.
Try https://github.com/kossnocorp/jquery.turbolinks or similar?