Skip to content

Commit 3a63ad8

Browse files
authored
fix: broken customer id
1 parent cd0f312 commit 3a63ad8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

desktop-metrics.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
<meta name="robots" content="noindex, nofollow">
56
<title>Desktop Metrics logger with Google Analytics</title>
67
<script>
78
let gaReady = false;
@@ -24,7 +25,7 @@
2425
document.head.appendChild(gaScript);
2526

2627
gtag('js', new Date());
27-
gtag('config', analyticsID, { 'user_id': customUserID });
28+
gtag('config', analyticsID);
2829
gaReady = true;
2930
}
3031

0 commit comments

Comments
 (0)