forked from bigyellow0811/SprunkyBeats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
97 lines (83 loc) · 5.64 KB
/
privacy.html
File metadata and controls
97 lines (83 loc) · 5.64 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>This Privacy Policy was last updated on December 5, 2024. Horror Fun Music Mix Sprankky Beats (“we,” “our,” “us”) is committed to protecting your privacy. This policy explains how we collect, use, and safeguard your personal information when you use our website.</p>
<h2>1. Information We Collect</h2>
<h3>1.1 Information You Provide</h3>
<ul>
<li>Any information submitted through forms or gameplay-related features on the site.</li>
</ul>
<h3>1.2 Automatically Collected Information</h3>
<ul>
<li>IP addresses, browser types, and usage data collected via cookies and tracking technologies to enhance user experience.</li>
</ul>
<h2>2. Use of Information</h2>
<ul>
<li>To provide and improve the functionality of our website.</li>
<li>To ensure compliance with legal obligations.</li>
</ul>
<h2>3. Third-party SDKs and Services We Use</h2>
<h3>3.1 Google Analytics</h3>
<p>Our website uses Google Analytics to collect and analyze user behavior data to improve user experience and optimize service performance.</p>
<ul>
<li><strong>Types of Data Collected:</strong>
<ul>
<li>Device information (e.g., device model, operating system version).</li>
<li>Anonymous user identifiers for analyzing app usage behavior.</li>
<li>User interaction data (e.g., click counts, session duration, feature usage frequency).</li>
</ul>
</li>
<li><strong>Purpose of Data Use:</strong>
<ul>
<li>Analyze user behavior to enhance app features and content.</li>
<li>Optimize app performance and provide a more personalized experience.</li>
</ul>
</li>
</ul>
<p>Google Analytics does not collect or store any information that directly identifies users. All data is anonymized or aggregated. For more details on how Google uses this data, please visit <a href="https://policies.google.com/privacy" target="_blank">https://policies.google.com/privacy</a>. To control or manage your data tracking preferences, visit <a href="https://tools.google.com/dlpage/gaoptout" target="_blank">https://tools.google.com/dlpage/gaoptout</a>.</p>
<h3>3.2 Firebase SDK</h3>
<p>We use Firebase as the SDK for our application statistics. Firebase allows us to analyze and view collected user data to improve the application and better serve users. Data collected in Firebase is retained for only 30 days and is automatically deleted afterward. For more details, please refer to <a href="https://firebase.google.com/support/privacy" target="_blank">https://firebase.google.com/support/privacy</a>.</p>
<h3>3.3 AdMob SDK</h3>
<p>We use AdMob to provide advertisement-related services in our app. You can learn more about how AdMob handles your data or provides opt-out choices by visiting their respective privacy policies:</p>
<ul>
<li><a href="https://www.google.com/policies/privacy" target="_blank">https://www.google.com/policies/privacy</a></li>
<li><a href="https://support.google.com/admob/answer/9012903" target="_blank">https://support.google.com/admob/answer/9012903</a></li>
</ul>
<p>You can also opt out of personalized advertising by following <a href="https://support.google.com/ads/answer/2662922?hl=en" target="_blank">https://support.google.com/ads/answer/2662922?hl=en</a>.</p>
<h2>4. Children’s Privacy</h2>
<p>If your jurisdiction has stricter age requirements for children’s privacy, we comply with applicable local laws.</p>
<h2>5. Cookies and Tracking Technologies</h2>
<p>We use cookies to improve user experience, analyze website performance, and provide relevant advertising.</p>
<ul>
<li><strong>Essential Cookies:</strong> Required for the website to function.</li>
<li><strong>Analytics Cookies:</strong> Help us understand website usage.</li>
<li><strong>Advertising Cookies:</strong> Enable personalized ad experiences.</li>
</ul>
<p>You can manage cookies through your browser settings.</p>
<h2>6. How to Delete My Data (For Our App)</h2>
<p>Our app currently does not support login, and user operation information is only saved locally and in third-party data statistics (Firebase). If you want to delete your data, please contact us via the email below, and we will delete your device information from Firebase. If you wish to delete your local data, please uninstall the app.</p>
<h2>7. Data Sharing and Security</h2>
<ul>
<li>We do not sell or rent your personal data to third parties.</li>
<li>Data is shared with service providers, such as Google AdSense, for operational purposes only.</li>
<li>We employ reasonable security measures to protect your data.</li>
</ul>
<h2>8. Your Rights</h2>
<ul>
<li>Access and correct your personal information.</li>
<li>Opt-out of cookies or personalized advertising.</li>
</ul>
<h2>9. Copyright</h2>
<p>The games in this app are created by online enthusiasts, and all copyrights belong to the original creators. We are not responsible for the accuracy, legality, or completeness of their content. If you believe any content infringes your rights, please contact us at <a href="mailto:kenkieo@163.com">kenkieo@163.com</a>, and we will handle the issue promptly upon verification.</p>
<h2>10. Updates to This Privacy Policy</h2>
<p>We may update this policy from time to time. Updates will be posted on this page, and significant changes will include a notification.</p>
<h2>11. Contact Us</h2>
<p>If you have any questions or concerns, please contact us at <a href="mailto:kenkieo@163.com">kenkieo@163.com</a>.</p>
</body>
</html>