Hi,
ich suche die Domainvariable, damit ich im Design die folgenden Code mit der Domain ergänzen kann.
Code
[COLOR=#006600][FONT=monospace]<script type="text/javascript">[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace]var _gaq = _gaq || [];[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace]_gaq.push(['_setAccount', 'UA-XXXXXXXX-1']);[/FONT][/COLOR]
[COLOR=#DD4B39][FONT=monospace]_gaq.push(['_setDomainName', 'A.com']);[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace]_gaq.push(['_setAllowLinker', true]);[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace]_gaq.push(['_trackPageview']);[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace](function() {[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace]var ga = document.createElement('script'); ga.type = 'text/javascript';[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace] ga.async = true;[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace]ga.src = ('https:' == document.location.protocol ? 'https://ssl' : [/FONT][/COLOR]
[COLOR=#006600][FONT=monospace] 'http://www') + '.google-analytics.com/ga.js';[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace]var s = document.getElementsByTagName('script')[0];[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace] s.parentNode.insertBefore(ga, s);[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace]})();[/FONT][/COLOR]
[COLOR=#006600][FONT=monospace]</script>[/FONT][/COLOR]
Alles anzeigen
Oder gibts ein Plugin, welches mit mehreren Domains klar kommt?
M.f.G. Matze202.