구글분석기 URL
https://www.google.com/analytics
구글계정으로 로그인한다.
블로그 URL마다 등록을 해서 각 URL마다 추적 코드를 블로그에 집어넣어서 분석하는 방법이다.
먼저 URL을 등록하고 single domain(standard)를 선택하여 만들어진 코드를 복사하여
아래 테그와 같은 내용을 템플릿에서 HTML편집으로 </head>테그 전에 붙여 넣으면 된다.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32864757-1']);
_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>
다른 블로그에서 내용참조
http://neoskin.tistory.com/1264
댓글 없음:
댓글 쓰기
본 블로그의 댓글은 검토후 등록됩니다.