PHP Classes

File: inc/config/analytics.inc.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP Website Informer Tools   inc/config/analytics.inc.php   Download  
File: inc/config/analytics.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Website Informer Tools
Tool to show relevant information about Web sites
Author: By
Last change:
Date: 9 months ago
Size: 891 bytes
 

Contents

Class file image Download
<?php

 
/**
 * Analytics Code
 * Replace the analytics code by your.
 *
 * @package Get Meta Tools
 * @author SORIA Pierre-Henry
 * @email pierrehs@hotmail.com
 * @link http://github.com/pH-7
 * @copyright Copyright pH7 Script All Rights Reserved.
 * @license CC-BY - http://creativecommons.org/licenses/by/3.0/
 * @version : dataUri.php 2012-02-2 pierrehs $
 */
 
namespace PH7\Seo\Meta;
defined('PH7') or exit('Restricted access');
?>
<script>var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10562708-38']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();</script>