Within the template parameters of some of our more recent releases you will notice a Custom Code tab. Under this tab you will see two fields allowing to you add your own custom code to your template. A popular example of the type of code would be Google Analytics tracking code which allows Google to track the traffic to your site.
Head Custom Code
Any code added to this field will be placed between the <head> .. </head> tags of your template, specifically just before the closing </head> tag. Note that this code will be added to every page of your site which uses this template style.
Body Custom Code
Code added to this field will be placed within the<body> .. </body> tags of your template, specifically just before the closing </body> tag at the end of your template. Once again this code will appear on every page which uses the template style in which it is added.