You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Google Analytics gtag('config', ....) code is not triggered on each subsequent page load, as there is currently no turbolinks event listener (there are similar event listeners for the other similar partials). Therefore Google Analytics does not register any page visits beyond the original page loaded.
The text was updated successfully, but these errors were encountered:
The Google Analytics
gtag('config', ....)
code is not triggered on each subsequent page load, as there is currently no turbolinks event listener (there are similar event listeners for the other similar partials). Therefore Google Analytics does not register any page visits beyond the original page loaded.The text was updated successfully, but these errors were encountered: