We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0f312 commit 3a63ad8Copy full SHA for 3a63ad8
desktop-metrics.html
@@ -2,6 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
+ <meta name="robots" content="noindex, nofollow">
6
<title>Desktop Metrics logger with Google Analytics</title>
7
<script>
8
let gaReady = false;
@@ -24,7 +25,7 @@
24
25
document.head.appendChild(gaScript);
26
27
gtag('js', new Date());
- gtag('config', analyticsID, { 'user_id': customUserID });
28
+ gtag('config', analyticsID);
29
gaReady = true;
30
}
31
0 commit comments