Skip to content

Commit

Permalink
Google analytics 적용 및 어드민 검색 범위 수정 (#126)
Browse files Browse the repository at this point in the history
* Feat : GA 코드 추가

* Feat : Admin 전체 회원 조회

* Fix : stag 환경변수

* Feat : google tag 추가

* Feat : hackathon page 중단
  • Loading branch information
teagu123 authored Jul 14, 2024
1 parent c30e2c1 commit abc6661
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,30 @@
})(window, document, 'script', 'dataLayer', 'GTM-MDXKSH9');
</script>
<!-- End Google Tag Manager -->
<script type="text/javascript">
(function (w, d, a) {
w.__beusablerumclient__ = {
load: function (src) {
var b = d.createElement('script');
b.src = src;
b.async = true;
b.type = 'text/javascript';
d.getElementsByTagName('head')[0].appendChild(b);
},
};
w.__beusablerumclient__.load(
a + '?url=' + encodeURIComponent(d.URL),
);
})(window, document, '//rum.beusable.net/load/b230103e142727u200');
</script>
<meta
name="naver-site-verification"
content="54136140958bc6d89ff61491854437d62562ec4f"
/>
<meta
name="google-site-verification"
content="2DfhqLth7E3IvMlg-PXQetUOX0e9b1xpper0iQW_xEs"
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="theme-color" content="#FFFFFF" />
Expand Down

0 comments on commit abc6661

Please sign in to comment.