Skip to content

Commit

Permalink
Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Conundroy committed Aug 24, 2023
1 parent 5cf0036 commit 6a1e582
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions games/fishing-panit/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7300RDCDCH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-7300RDCDCH');
</script>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | Fishing Panit</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
<link rel="manifest" href="manifest.webmanifest">
</head>



<body>
<div id="unity-container">
<canvas id="unity-canvas" width=600 height=1024></canvas>
Expand Down

0 comments on commit 6a1e582

Please sign in to comment.