Komische Ausgabe bei google analytics bei Forum
Verfasst: 06.02.2011 19:13
Hallo An Alle,
Ich habe bereits 3 Foren mit phpbb erstellt. Ich hab bei jedem google analytics eingebaut.
Aber bei meinem letzten Forum läuft was komisches ab: Ich sehe keine Besucher in Analytics, AUSSER: ich schaue die Seite üner mein Handy an. DAS merkt google. aber sonst nichts ....
Ich weiß schon, dass hier das phpbb Forum ist, aber vielleicht weiß ja jemand warum ....
Ich habe bereits 3 Foren mit phpbb erstellt. Ich hab bei jedem google analytics eingebaut.
Aber bei meinem letzten Forum läuft was komisches ab: Ich sehe keine Besucher in Analytics, AUSSER: ich schaue die Seite üner mein Handy an. DAS merkt google. aber sonst nichts ....
Ich weiß schon, dass hier das phpbb Forum ist, aber vielleicht weiß ja jemand warum ....
Code: Alles auswählen
<script type="text/javascript">
// <![CDATA[
var jump_page = 'Gib die Nummer der Seite an, zu der du gehen möchtest.:';
var on_page = '';
var per_page = '';
var base_url = '';
var style_cookie = 'phpBBstyle';
var style_cookie_settings = '; path=/; domain=xxxxxxxx.at';
var onload_functions = new Array();
var onunload_functions = new Array();
/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}
/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin
*/
window.onload = function()
{
for (var i = 0; i < onload_functions.length; i++)
{
eval(onload_functions[i]);
}
}
window.onunload = function()
{
for (var i = 0; i < onunload_functions.length; i++)
{
eval(onunload_functions[i]);
}
}
// ]]>
</script>
<script type="text/javascript" src="./styles/prosilver/template/styleswitcher.js"></script>
<script type="text/javascript" src="./styles/prosilver/template/forum_fn.js"></script>
<link href="./styles/modestus/theme/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="./style.php?id=3&lang=en" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="./styles/modestus/theme/style3.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="style1" href="./styles/modestus/theme/style1.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="style2" href="./styles/modestus/theme/style2.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="style3" href="./styles/modestus/theme/style3.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="style4" href="./styles/modestus/theme/style4.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="style5" href="./styles/modestus/theme/style5.css" />
<script type="text/javascript" src="./styles/modestus/template/colorswitcher.js">
/***********************************************
* Style Sheet Switcher v1.1- Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<link href="./styles/modestus/theme/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="./styles/modestus/theme/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="./styles/modestus/theme/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
<!--[if IE 7]>
<link href="./styles/modestus/theme/template-ie7.css" rel="stylesheet" type="text/css" media="screen, projection" />
<![endif]-->
<script type="text/javascript" src="./styles/modestus/template/mootools-release-1.11.js"></script>
<!--[if IE 6]>
<link href="./styles/modestus/theme/template-ie6.css" rel="stylesheet" type="text/css" media="screen, projection" />
<script type="text/javascript" src="./styles/modestus/template/belated-png.js"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
var pngClasses = ['.top_icons li a','#logo','.separator','h3','h2','.lastpost_img img','a.home','.lastpost span a img','.posts_container','.linklist li'];
pngClasses.each(function(fixMePlease) {
DD_belatedPNG.fix(fixMePlease);
});
});
</script>
<![endif]-->
<style type="text/css">
.navbar .inner,#page-body,.headerbar .inner,.modules .inner,.solo_inner {
width: 940px;
}
</style>
<!-- RokBox phpBB3 Code Start --><!-- RokBox phpBB3 Code End -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-xxxxxxxxx']);
_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>
</head>