Changing location of of footer_required
Permalink<?php Loader::element('footer_required'); ?>
Is it a big deal if I move this into the header?
I want to make sure the only thing that ever gets put in here is the tracking info before I do this.
Recently Google has changed things so that their tracking code is to be placed within the HTML document's HEAD tag. I've been getting a ridiculously low bounce rate and I suspect this change could have something to do with it.
Thanks
open up and insert your code before the closing head tag.
save it to siteroot/elements/header_required.php
it'll use that instead and your tracking code will be in the head.
http://www.google.com/support/forum/p/AdWords/thread?tid=1bf8d7e9af...
My odd bounce rate was due to someone in the office manually inserting the Google Analytics code in the middle of the page template (!!!) for some reason.
So I had two instances of Google Analytics being called which confused it big time and caused that insanely good bounce rate (among other things). If you're still having that issue check your code and make sure it's only being called once.
Steve
If you don't put any stuff in there which must be in the footer this isn't going to case any problems.