Skip to content

Commit

Permalink
Google analytics tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Mar 13, 2024
1 parent b4a8a6e commit b91bc62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-063933E3C2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-063933E3C2");
</script>
<meta charset="utf-8" />
<title>ColorPicker</title>
<meta
Expand Down

0 comments on commit b91bc62

Please sign in to comment.