text Weblication中的Google Analytics代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Weblication中的Google Analytics代码相关的知识,希望对你有一定的参考价值。

<!-- Falls Google Analytics aktiviert ist -->
<xsl:if test="php:functionString('wVariables::getValue', 'googleAnalytics_id', $wGlobalProjectPath) != ''">
<script> 
    var gaProperty = "<xsl:value-of select="php:functionString('wVariables::getValue', 'googleAnalytics_id', $wGlobalProjectPath)"/>"; 
    var disableStr = 'ga-disable-' + gaProperty; 
    if (document.cookie.indexOf(disableStr + '=true') > -1) { 
        window[disableStr] = true;
    } 
    function gaOptout() { 
        document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; 
        window[disableStr] = true; 
        alert('Das Tracking ist jetzt deaktiviert'); 
    } 
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 
            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) 
    })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); 

    ga('create', "<xsl:value-of select="php:functionString('wVariables::getValue', 'googleAnalytics_id', $wGlobalProjectPath)"/>"", 'auto'); 
    ga('set', 'anonymizeIp', true); 
    ga('send', 'pageview'); 
</script>
</xsl:if>

以上是关于text Weblication中的Google Analytics代码的主要内容,如果未能解决你的问题,请参考以下文章

text CSS Weblication Stylesheets Rute

text Terplastics weblication谷歌分析跟踪代码

text Weblication测试邮件脚本(wMailer :: sendMailText)

text Weblication CSS Serching Function(Terplastics)

text Weblication标准模板Cookie Hinweis的路由和插入

text Cookie弹出窗口,在Weblication中选择退出选项