請問 Google Analytics可以分析blog訪客的年齡和性別嗎?
我看說明要把
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘
http://www’) + ‘.google-analytics.com/ga.js’;
替換成:
ga.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://
’) + ‘stats.g.doubleclick.net/dc.js’;
可是我看我blog所用的追蹤程式碼沒有上面哪幾行
請問要怎麼設定呢?
謝謝~
--
我看說明要把
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘
http://www’) + ‘.google-analytics.com/ga.js’;
替換成:
ga.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://
’) + ‘stats.g.doubleclick.net/dc.js’;
可是我看我blog所用的追蹤程式碼沒有上面哪幾行
請問要怎麼設定呢?
謝謝~
--
All Comments