|
#1
|
|||
|
|||
|
Google analytics problem
Hello
I try to 'install" google analitycs but with no results: First : i install it the regular way, check it ok but 24h later with no results ("am i so bad photographer ?") Second. : I try with the dynamic php way. post the analyticstracking.php in my root folder (one with index.php) and put the code in image template with replacing "example_page_name_1" by <image title> and now GA doesn't see the script... Where am i wrong ? ps : In GA : i put http://lomoseb.free.fr/pp/ as url and index.php as default page photoblog : Lumieres |
|
#2
|
||||
|
||||
|
The JavaScript method is the best way to do it.
https://www.google.com/support/analy...26908&hl=en_US
__________________
Jay Williams | A Different View |
|
#3
|
|||
|
|||
|
It works for you ?
|
|
#4
|
||||
|
||||
|
Yes, the Javascript method works for me.
At the bottom of the page, right before the closing </body> tag, I have this code: HTML Code:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-xxxx-x"; urchinTracker(); </script>
__________________
Jay Williams | A Different View |
|
#5
|
|||
|
|||
|
Hi!
You are adding the Google Analytics code to your xxxxxx_template.html pages, or are you doing some thing on your index.php file? Are you getting statcis for all your photos or just by html files? Thanks for the help! |
|
#6
|
||||
|
||||
|
Yes, simply add that code to the bottom of each xxxxxx_template.html page.
That is by far the best way.
__________________
Jay Williams | A Different View |
| Post Reply |
| Thread Tools | |
|
|