Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Add Google Analytics
Browse files Browse the repository at this point in the history
Closes #135
  • Loading branch information
kevmoo committed Apr 29, 2020
1 parent f474e92 commit 22a5e2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-67589403-10"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-67589403-10');
</script>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="A resource to help developers evaluate and use Flutter.">
Expand Down

0 comments on commit 22a5e2a

Please sign in to comment.