[mirotalk] - add gtag
This commit is contained in:
@@ -61,7 +61,7 @@ npm start
|
||||
|
||||
- Open http://localhost:80 in browser
|
||||
- If you want to use a client on another computer/network, make sure you publish your server on an HTTPS connection.
|
||||
You can use a service like [ngrok](https://ngrok.com/) (`ngrok http 80`) Or deploy it on ['heroku'](https://www.heroku.com/).
|
||||
You can use a service like [ngrok](https://ngrok.com/) (`ngrok http 80`) Or deploy it on [heroku](https://www.heroku.com/).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
+4
-5
@@ -1,11 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- https://developers.google.com/gtagjs/devguide/snippet#google-analytics -->
|
||||
<!-- Global site tag (gtag.js) - Google Analytics
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=GA_MEASUREMENT_ID"
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-3XM60XK9RQ"
|
||||
></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
@@ -13,9 +12,9 @@
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
gtag("config", "GA_MEASUREMENT_ID");
|
||||
|
||||
gtag("config", "G-3XM60XK9RQ");
|
||||
</script>
|
||||
-->
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
|
||||
Reference in New Issue
Block a user