Tracking Code, where'd it go?

Permalink
I love the fact I can place my tracking code on all my pages through the dashboard.

But it doesn't seem to work. When I check the source for the pages on my site after entering my google analytics code, there is no evidence of the tracker code (I started checking into it because my analytics site wasn't updating).

Anyone have any thoughts? I imagine I've missed something obvious.

 
njbabs replied on at Permalink Reply
when you make your own theme, apparently you need to include things like concrete tracking code from the dashboard.

<?php  require(DIR_FILES_ELEMENTS_CORE . '/footer_required.php'); ?>


good to know.
plant replied on at Permalink Reply
plant
Thanks njbabs!

Took me a minute to find this code block to add to my templates footer in order to get the tracking code from within the dashboard to show up on every page.

Not sure if this in documentation but this fixed my google analytics problem and now it's working.
defunct replied on at Permalink Reply
defunct
You should now use

<?php  Loader::element('footer_required'); ?>
makarow replied on at Permalink Reply
Hello
i have the same problem... i put the google tracking code in the dashboard under (tracking code). it doesn't work.
i use concrete5 plain yoghurt theme, i dont understand where i have to copy:
<?php Loader::element('footer_required'); ?>

im not a developer, can somebody explain what i have to do?

thank you very much!