I'm a bit of a nut about clean HTML, is there a tidier way to implement Google analytics? I feel like if I move it to a .js file it won't work.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You can move it to an external js file and it will work just fine. In fact, maybe you want it to load after your dom completes loading. It's up to you. If you want to make sure, install wireshark and watch the connection get made to analytics.google.com . wireshark: http://www.wireshark.org/ |
|||
|
|