Check that Google Analytics code is in all your Rails app layouts
Sometimes, it’s all too easy to miss a layout when you add Google Analytics code to your app, right? Even more so, when your colleague has put that code in layouts in another Git branch, and you forgot to add it to your branch, right? So that’s the reason why you see really low numbers of visits :)
Comments