Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Add Google Analytics Tracking code
  • Loading branch information
sweezyio committed Aug 7, 2019
1 parent f478e1e commit e00eba3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135882802-1" type="7f1afad91737890db71efd14-text/javascript"></script>
<script type="7f1afad91737890db71efd14-text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-135882802-1');
</script>
<title id="title">Gobo.cf</title>
<script src="./files/longUrl.js"></script>
</head>
Expand Down

0 comments on commit e00eba3

Please sign in to comment.