Skip to content

Commit

Permalink
add google analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulhadi Hawari committed Apr 3, 2019
1 parent 43333a5 commit 9c3c6d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-137574279-1"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())

gtag('config', 'UA-137574279-1')
</script>

<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png" />
<meta
Expand Down

0 comments on commit 9c3c6d8

Please sign in to comment.