Closed papeng closed 7 years ago
Thanks for reporting the issue and sorry for the late reply. rack tracker actually supports turbolinks so that should not be an issue and the page view should only be tracked once. I can not reproduce this issue right now. Can you please check again if you still have this issue and if so open this issue again? thanks.
Hi there In one of our projects I replaced the traditional google-analytics tracking-snippet with the rack-racker gem:
Like in the ReadMe, I added this:
to my production.rb
To get it working with Turbolinks, I also had to add the
position: :body
option.Now, when I check the page with the Google Tag Assistant Add-On for Chrome, it complains about the property being tracked twice:
(The more pages you visit, the more duplicated properties are shown in the addon)
Is it really an issue or something, which can be ignored? Thanks in advance