Skip to content

Commit b2c2eab

Browse files
author
codechair
committed
wrong code
1 parent e89d5df commit b2c2eab

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<!-- Global site tag (gtag.js) - Google Analytics -->
4242
<script>
4343
// Set to the same value as the web property used on the site
44-
var gaProperty = 'UA-121086418-2';
44+
var gaProperty = 'UA-124275661-1';
4545

4646
// Disable tracking if the opt-out cookie exists.
4747
var disableStr = 'ga-disable-' + gaProperty;
@@ -56,7 +56,7 @@
5656
function gtag(){dataLayer.push(arguments);}
5757
gtag('js', new Date());
5858

59-
gtag('config', 'UA-121086418-2');
59+
gtag('config', 'UA-124275661-1');
6060
</script>
6161

6262
<!-- end custom analytics snippet -->

customGA.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Global site tag (gtag.js) - Google Analytics -->
33
<script>
44
// Set to the same value as the web property used on the site
5-
var gaProperty = 'UA-121086418-2';
5+
var gaProperty = 'UA-124275661-1';
66

77
// Disable tracking if the opt-out cookie exists.
88
var disableStr = 'ga-disable-' + gaProperty;
@@ -17,7 +17,7 @@
1717
function gtag(){dataLayer.push(arguments);}
1818
gtag('js', new Date());
1919

20-
gtag('config', 'UA-121086418-2');
20+
gtag('config', 'UA-124275661-1');
2121
</script>
2222

2323
<!-- end custom analytics snippet -->

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<!-- Global site tag (gtag.js) - Google Analytics -->
4242
<script>
4343
// Set to the same value as the web property used on the site
44-
var gaProperty = 'UA-121086418-2';
44+
var gaProperty = 'UA-124275661-1';
4545

4646
// Disable tracking if the opt-out cookie exists.
4747
var disableStr = 'ga-disable-' + gaProperty;
@@ -56,7 +56,7 @@
5656
function gtag(){dataLayer.push(arguments);}
5757
gtag('js', new Date());
5858

59-
gtag('config', 'UA-121086418-2');
59+
gtag('config', 'UA-124275661-1');
6060
</script>
6161

6262
<!-- end custom analytics snippet -->

legal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<!-- Global site tag (gtag.js) - Google Analytics -->
4242
<script>
4343
// Set to the same value as the web property used on the site
44-
var gaProperty = 'UA-121086418-2';
44+
var gaProperty = 'UA-124275661-1';
4545

4646
// Disable tracking if the opt-out cookie exists.
4747
var disableStr = 'ga-disable-' + gaProperty;
@@ -56,7 +56,7 @@
5656
function gtag(){dataLayer.push(arguments);}
5757
gtag('js', new Date());
5858

59-
gtag('config', 'UA-121086418-2');
59+
gtag('config', 'UA-124275661-1');
6060
</script>
6161

6262
<!-- end custom analytics snippet -->

0 commit comments

Comments
 (0)