close

網頁新增 GA code 相較增到 app 容易許多,

首先若沒有 google analytics 的帳號 ,

請先去 http://www.google.com/intl/zh-TW/analytics/ 辦理 ,

完成後在裡面新建一個 Analytics 的專用帳戶 ,

接下來選擇 Website ,

你將會得到一串由 google 提供的 script ,

將得到的 script 增加到你想要追蹤的網頁就可以囉 !!

如果原本就有GA帳戶的話 , 

只需要在新增一筆查看 ,

<script>
    (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','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-xxxxxxxx-x', 'google.com');
ga('send', 'pageview');

</script>

其中 UA-xxxxxxxx-x 代換成你申請到的追蹤代碼就可以囉~

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 小竹 的頭像
    小竹

    小竹的部落格

    小竹 發表在 痞客邦 留言(0) 人氣()