[HOW-TO] Add Google Analytics Code to Clip-Bucket
Written by Richi González Monday, 10 January 2011
Hello,
I’ll teach you the way to add Google Analytics code to your CB site.
Difficulty level: Very Easy
Generate your code from the Google page.
1. Open footer.html, which is located in ./styles/{YOURTEMPLATE}/layout/*.
2. Copy paste your code before the </body> tag and between the {literal}{/literal} tags.
THAT’S IT! =D
Your code should now look like this:
{literal} Google Analytics code goes here {/literal} </body>If it is not done this way, it will cause the script to fail. I hope this was helpful!
Best Regards,
Richi

very thank you.
i tryed and everythink is ok.
best regards.
ohh. thank you guys.
analytics is the best app for check site’s
i don’t see this anywhere in the footer.html file
find body.html under styles/YOUR_THEME/layout/, and paste the code above tag
tag is not show’s file start from tag..not what to do.
is this script code is put in every page(file) or in only one file like body.html?
If you want to install Google Analytics on every single page of your site, you can include the code in styles/YOURTEMPLATE/layout/global_header.html.
Oh, nevermind, haha, footer.html works too