jkrall / analytical

Gem for managing multiple analytics services in your rails app.
MIT License
380 stars 92 forks source link

Kissmetrics are not working with turbolinks/jquery mobile #87

Open wilgoszpl opened 9 years ago

wilgoszpl commented 9 years ago

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.

skull-squadron commented 8 years ago

Try https://github.com/kossnocorp/jquery.turbolinks or similar?