-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy_policy.html
45 lines (37 loc) · 2.6 KB
/
privacy_policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Privacy Policy for Turkish Wordle Game</title>
</head>
<body>
<h1>Privacy Policy for Turkish Wordle Game</h1>
<h2>Introduction</h2>
<p>Turkish Wordle Game ("we", "our", "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our game on Xbox One or any other platform.</p>
<h2>Information We Collect</h2>
<ul>
<li><strong>Personal Data:</strong> We do not collect any personally identifiable information.</li>
<li><strong>Google Analytics Data:</strong> We use Google Analytics to collect information about your use of the game. This includes data such as device type, operating system, game usage patterns, and interaction data.</li>
<li><strong>Device Data:</strong> Google Analytics may collect information about the device you use, including IP address, operating system, and device identifiers.</li>
</ul>
<h2>How We Use Your Information</h2>
<ul>
<li>To analyze and understand how you use Turkish Wordle Game.</li>
<li>To improve the game's functionality and user experience.</li>
<li>To develop new features and enhancements.</li>
</ul>
<h2>Data Collection and Storage</h2>
<p>We do not collect or store any information about users beyond what Google Analytics collects.</p>
<h2>Google Analytics</h2>
<p>Google Analytics collects data to provide insights into game usage and performance. The information collected by Google Analytics is anonymized and aggregated. For more information on how Google collects and processes data, please refer to <a href="https://policies.google.com/privacy?hl=en-US" target="_blank">Google's Privacy Policy</a>.</p>
<h2>Data Security</h2>
<p>We implement appropriate technical and organizational measures to protect the security of your data. However, no method of transmission over the internet or method of electronic storage is 100% secure, and we cannot guarantee its absolute security.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at [your contact information].</p>
</body>
</html>