Thanks Clayton;

Could you please give me an example of where it is used?  I've subscribed, and 
added the information into google-analytics.html already.
One thing I should note is that my website is internal only, and they did ask 
for a valid website.

Many thanks,

.vp


Date: Thu, 31 Jan 2008 10:59:51 -0500
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: [email protected]
Subject: Re: [Php-syslog-ng-support] Google Analytics Code

It allows you to use Google's (free) analytics service, which I use.
http://www.google.com/analytics/



On Jan 31, 2008 10:55 AM,  <[EMAIL PROTECTED]> wrote:






All;

Never mind, looking at the CHANGELOG, I found this:

2.9.3f
* Minor update
- Removed reference to Google Analytics (which I use on my server)
- If you want to use it, just create a file called 
"includes/google-analytics.html" and add:

        <script src="http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
        </script>
        <script type="text/javascript">

        _uacct = "ACCTNUMBER";
        urchinTracker();
        </script>
(Replace ACCTNUMBER with your analytics account number)


Still not sure what it does, or how it might be useful, I'll play around.


Thanks,

.vp


From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Date: Thu, 31 Jan 2008 08:52:33 -0500
CC: [email protected]
Subject: [Php-syslog-ng-support] Google Analytics Code









In looking at the file "~/includes/html_header.php", I've noticed that it 
contains a reference to a file, empty on my setup.  I was wondering what it's 
use is and how to configure it if possible at the moment?


Thanks all,

.vp

<!-- Begin Google Code -->
<?
if (is_file("includes/google-analytics.html")) {
include "includes/google-analytics.html";




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Php-syslog-ng-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support

Reply via email to