Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit beb6cb9

Browse files
committed
Added GA
1 parent dc550a5 commit beb6cb9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.upptimerc.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,15 @@ status-website:
7878
}();
7979
drift.SNIPPET_VERSION = "0.3.1";
8080
drift.load("ahmbhf2mwf2b");
81-
</script>'
81+
</script>
82+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RG8TJ0TLGE"></script>
83+
<script>
84+
window.dataLayer = window.dataLayer || [];
85+
function gtag(){dataLayer.push(arguments);}
86+
gtag("js", new Date());
87+
gtag("config","G-RG8TJ0TLGE");
88+
</script>
89+
'
8290
customBodyHtml: "<!-- Custom HTML to add at the beginning of <body> -->"
8391
navbar:
8492
- title: Status
@@ -90,4 +98,4 @@ status-website:
9098

9199
# Internationalization
92100
i18n:
93-
footer: © 2021 [TonicPow](https://tonicpow.com), Inc. All rights reserved.
101+
footer: © 2021 [TonicPow](https://tonicpow.com/?utm_source=status_page&utm_medium=status_page&utm_campaign=footer&utm_term=footer&utm_content=footer), Inc. All rights reserved.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [📈 Live Status](https://status.tonicpow.com): <!--live status--> **🟩 All systems operational**
22

3-
> Uptime monitor and status page for [TonicPow](https://tonicpow.com)
3+
> Uptime monitor and status page for [TonicPow](https://tonicpow.com/?utm_source=github&utm_medium=github_repo&utm_campaign=status&utm_term=status&utm_content=status)
44
55
[![Uptime CI](https://github.com/tonicpow/status/workflows/Uptime%20CI/badge.svg)](https://github.com/tonicpow/status/actions?query=workflow%3A%22Uptime+CI%22)
66
[![Response Time CI](https://github.com/tonicpow/status/workflows/Response%20Time%20CI/badge.svg)](https://github.com/tonicpow/status/actions?query=workflow%3A%22Response+Time+CI%22)

0 commit comments

Comments
 (0)