summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-04-11 19:15:35 +0700
committerShulhan <m.shulhan@gmail.com>2020-04-11 19:15:35 +0700
commit0bf6cb427b591370f505120533cdb656b64a68e5 (patch)
tree32da240298e861b99bc8bbf5ad114bbf58f51eba
parent788f063efa5af1fe58d0db78427c942455a59aee (diff)
downloadkamusku-0bf6cb427b591370f505120533cdb656b64a68e5.tar.xz
_www-kbbi: tambah kode untuk analytics
-rw-r--r--_www-kbbi/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/_www-kbbi/index.html b/_www-kbbi/index.html
index e665e86..b92eece 100644
--- a/_www-kbbi/index.html
+++ b/_www-kbbi/index.html
@@ -8,6 +8,22 @@
<script type="text/javascript" src="kbbiclient.js"></script>
<script type="text/javascript" src="index.js"></script>
+
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script
+ async
+ src="https://www.googletagmanager.com/gtag/js?id=UA-2502278-8"
+ ></script>
+ <script>
+ window.dataLayer = window.dataLayer || []
+ function gtag() {
+ dataLayer.push(arguments)
+ }
+ gtag("js", new Date())
+
+ gtag("config", "UA-2502278-8")
+ </script>
+
<style>
a {
text-decoration: none;