Skip to content

Commit 08da0f2

Browse files
committed
Add GA4 tracking
1 parent 48e97b1 commit 08da0f2

File tree

3 files changed

+70
-44
lines changed

3 files changed

+70
-44
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@
2121
<link rel="stylesheet" href="css/style.css" />
2222
<link rel="icon" type="image/png" href="images/icon_logo.png">
2323

24-
<!-- Google Analytics -->
25-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXX"></script>
24+
<!-- Google tag (gtag.js) -->
25+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2EQXN0KNF4"></script>
2626
<script>
2727
window.dataLayer = window.dataLayer || [];
2828
function gtag() { dataLayer.push(arguments); }
2929
gtag('js', new Date());
30-
gtag('config', 'G-XXXXXXX');
30+
31+
gtag('config', 'G-2EQXN0KNF4');
3132
</script>
3233

3334
</head>
@@ -214,7 +215,7 @@ <h2>Disclaimer</h2>
214215
<p>
215216
<p>© 2026 Prime Risk Advisory. All rights reserved. This website is for informational purposes only.</p>
216217
<p class="small-note">Confidential & Privileged</p>
217-
<a href="privacy-policy.html">Privacy Policy</a> |
218+
<a href="privacy-policy.html">Privacy Policy</a> |
218219
<a href="terms.html">Terms & Conditions</a>
219220

220221
</footer>

privacy-policy.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<meta name="description" content="Privacy Policy of Prime Risk Advisory">
1010
<link rel="stylesheet" href="css/style.css">
11+
12+
<!-- Google tag (gtag.js) -->
13+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2EQXN0KNF4"></script>
14+
<script>
15+
window.dataLayer = window.dataLayer || [];
16+
function gtag() { dataLayer.push(arguments); }
17+
gtag('js', new Date());
18+
19+
gtag('config', 'G-2EQXN0KNF4');
20+
</script>
1121
</head>
1222

1323
<body>

terms.html

Lines changed: 55 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,66 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<title>Terms & Conditions | Prime Risk Advisory</title>
67
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="description" content="Terms and conditions governing the use of Prime Risk Advisory website and services.">
8+
<meta name="description"
9+
content="Terms and conditions governing the use of Prime Risk Advisory website and services.">
10+
11+
<!-- Google tag (gtag.js) -->
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2EQXN0KNF4"></script>
13+
<script>
14+
window.dataLayer = window.dataLayer || [];
15+
function gtag() { dataLayer.push(arguments); }
16+
gtag('js', new Date());
17+
18+
gtag('config', 'G-2EQXN0KNF4');
19+
</script>
20+
821
</head>
22+
923
<body>
1024

11-
<section class="section-light">
12-
<h2>Terms & Conditions</h2>
13-
14-
<p>
15-
By accessing this website, you agree to be bound by these Terms and Conditions
16-
and all applicable laws and regulations.
17-
</p>
18-
19-
<h3>Use of Information</h3>
20-
<p>
21-
The content provided on this website is for general informational purposes only
22-
and does not constitute professional or legal advice.
23-
</p>
24-
25-
<h3>No Client Relationship</h3>
26-
<p>
27-
Accessing this website or contacting Prime Risk Advisory does not establish a
28-
client-consultant relationship unless expressly agreed in writing.
29-
</p>
30-
31-
<h3>Confidentiality</h3>
32-
<p>
33-
Prime Risk Advisory maintains strict confidentiality standards. However, website
34-
submissions or email communications should not contain sensitive information
35-
unless formally engaged.
36-
</p>
37-
38-
<h3>Limitation of Liability</h3>
39-
<p>
40-
Prime Risk Advisory shall not be liable for any direct or indirect damages arising
41-
from the use of this website or reliance on its content.
42-
</p>
43-
44-
<h3>Governing Law</h3>
45-
<p>
46-
These terms shall be governed by and interpreted in accordance with the laws of India.
47-
</p>
48-
</section>
25+
<section class="section-light">
26+
<h2>Terms & Conditions</h2>
27+
28+
<p>
29+
By accessing this website, you agree to be bound by these Terms and Conditions
30+
and all applicable laws and regulations.
31+
</p>
32+
33+
<h3>Use of Information</h3>
34+
<p>
35+
The content provided on this website is for general informational purposes only
36+
and does not constitute professional or legal advice.
37+
</p>
38+
39+
<h3>No Client Relationship</h3>
40+
<p>
41+
Accessing this website or contacting Prime Risk Advisory does not establish a
42+
client-consultant relationship unless expressly agreed in writing.
43+
</p>
44+
45+
<h3>Confidentiality</h3>
46+
<p>
47+
Prime Risk Advisory maintains strict confidentiality standards. However, website
48+
submissions or email communications should not contain sensitive information
49+
unless formally engaged.
50+
</p>
51+
52+
<h3>Limitation of Liability</h3>
53+
<p>
54+
Prime Risk Advisory shall not be liable for any direct or indirect damages arising
55+
from the use of this website or reliance on its content.
56+
</p>
57+
58+
<h3>Governing Law</h3>
59+
<p>
60+
These terms shall be governed by and interpreted in accordance with the laws of India.
61+
</p>
62+
</section>
4963

5064
</body>
51-
</html>
65+
66+
</html>

0 commit comments

Comments
 (0)