mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 12:10:18 +01:00
ga script
This commit is contained in:
@@ -35,7 +35,19 @@
|
||||
/>
|
||||
<meta name="msapplication-TileColor" content="#ED4746" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=UA-140647798-6"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag("config", "UA-140647798-6");
|
||||
</script>
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
|
||||
Reference in New Issue
Block a user