where is the Analytics Settings? i cant find it anywhere and i need to figure out how to get google to track my things and cant find any info for dummys to put the code in and get it to work... step by step directions are what im looking for..
2.) Once you activate your account, they will give you the code to put in your site. Copy it.
3.) Go back to the file manager for your site and find your header.php file. For me it was located under: Public_html > Concrete > Themes > Default > Elements > Header.php
4.) Open the Header file and right before the last DIV tag insert/paste your code. Save it. Voila!
Wait a day and then log into your Google Analytics account to check the information. Hope this helps!
-Elizabeth
I follow your instruction but I was not able to connect the analytics and the site. I wonder if this is the path Public_html > Concrete > Themes > Default > Elements > Header.php
<?php defined('C5_EXECUTE') or die("Access Denied."); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="<?php echo LANGUAGE?>" xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
// we use the "is edit mode" check because, in edit mode, the bottom of the area overlaps the item below it, because
// we're using absolute positioning. So in edit mode we add a bit of space so everything looks nice.
?>
<div class="spacer"></div>
<?php if ($c->isEditMode()) { ?>
</div>
<?php } ?>
You don't need to edit any files to add you GA code.
For C5.5
Go to your dashboard>system&settings
Select "Tracking Codes" under "SEO and Statistics"
Paste your GA code into the text area (see attachment)
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
http://www.google.com/analytics/...
2.) Once you activate your account, they will give you the code to put in your site. Copy it.
3.) Go back to the file manager for your site and find your header.php file. For me it was located under: Public_html > Concrete > Themes > Default > Elements > Header.php
4.) Open the Header file and right before the last DIV tag insert/paste your code. Save it. Voila!
Wait a day and then log into your Google Analytics account to check the information. Hope this helps!
-Elizabeth