不好意思,我有一樣的問題耶
但我用的是google analytics
程式碼:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17018249-3']);
_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>
可是貼在新增小工具 HTML/Javascript後
網誌卻沒有顯示任何計數器
但是連去google analytics卻又有統計資料耶?
新手在此先感謝了!
--
但我用的是google analytics
程式碼:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17018249-3']);
_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>
可是貼在新增小工具 HTML/Javascript後
網誌卻沒有顯示任何計數器
但是連去google analytics卻又有統計資料耶?
新手在此先感謝了!
--
All Comments