Skip to content

Commit

Permalink
google.Analytics 주소 넣음
Browse files Browse the repository at this point in the history
  • Loading branch information
Joody20 committed Dec 12, 2023
1 parent 9869689 commit 0bb4fc7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/webapp/WEB-INF/views/main.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<link rel = 'stylesheet' href = "/css/index.css">
<link rel = 'stylesheet' href = "/css/main.css">
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-6C07CT9X6D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6C07CT9X6D');
</script>

</head>


Expand Down

0 comments on commit 0bb4fc7

Please sign in to comment.