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.
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.
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.
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.
You should now use
<?php Loader::element('footer_required'); ?>
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!
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!
good to know.