Google Analytics
Permalink 1 user found helpful
Google analytics has been updated and the newer version needs to be at the top of the page so that it is loaded first, does anyone have any idea when c5 will support this update through the dashboard?
I don't personally know but you can always paste it into your header.php file. That’s what I did and it works perfect.
That makes sense. Thanks.
You can also move the code:
<?php Loader::element('footer_required'); ?>
from your template's footer into the template header -- then you can still update it through the dashboard.
<?php Loader::element('footer_required'); ?>
from your template's footer into the template header -- then you can still update it through the dashboard.
Can you help me find the right file that has the template footer and header in the file structure? And is this the kind of thing that gets overwritten by code up grades? Sorry if this is a dumb question.
Thanks!
Thanks!
stellarbirthday: It will be in your footer.php file if it exists in your theme > elements folder
Some clarity should be offered here.
Urchin-based trackers are no-longer recommended.
There is an "ASYNCHRONOUS" version which was released. It is recommended that it is included just before the closing "</head>" tag in your documents (like most other javascript).
Here are instructions for the NEW ASYNCHRONOUS tracking code:http://www.google.com/support/googleanalytics/bin/answer.py?answer=...
Here are instructions for the OLD (TRADITIONAL) tracking code:http://www.google.com/support/googleanalytics/bin/answer.py?answer=...
Urchin-based trackers are no-longer recommended.
There is an "ASYNCHRONOUS" version which was released. It is recommended that it is included just before the closing "</head>" tag in your documents (like most other javascript).
Here are instructions for the NEW ASYNCHRONOUS tracking code:http://www.google.com/support/googleanalytics/bin/answer.py?answer=...
Here are instructions for the OLD (TRADITIONAL) tracking code:http://www.google.com/support/googleanalytics/bin/answer.py?answer=...
The rules for submitting themes is that the 'footer required' code appear just before the close body tag. I wold be perfectly fine with putting in the head of my themes if that would pass muster with the PRC.
Anyone tried and succeeded?
Steve
Anyone tried and succeeded?
Steve
No, but I'll try with my next theme.