Skip to content

Commit

Permalink
[EnvSetup] chore: google analytics 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeongjun3 committed Apr 21, 2024
1 parent cd478d2 commit cbd1cc2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-XZ4D01NT4C"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-XZ4D01NT4C");
</script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit cbd1cc2

Please sign in to comment.