-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
81 lines (66 loc) · 3.22 KB
/
privacy.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Privacy Policy | Doodad Games</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<nav class="header-nav">
<a href="index.html"><img src="img/doodad-games-wide.svg" alt="Doodad Games Logo" class="header-nav__main-logo"/></a>
<div class="header-nav__social-links">
<a href="https://discord.gg/sqXEFyptdz"><img src="img/discord-icon-white.png" alt="Discord Logo" class="header-nav__discord-logo"/></a>
<a href="https://twitter.com/Doodad_Games"><img src="img/x-icon-white.png" alt="X Logo" class="header-nav__x-logo"/></a>
<a href="mailto:[email protected]"><img src="img/email-icon-white.png" alt="Email Icon" class="header-nav__email-icon"/></a>
</div>
</nav>
<h2>Privacy Policy</h2>
<p>Some of our games may collect user data to deliver personalised ads, or to allow us to understand how users interact with our games so we can best improve them.</p>
<p>Collection of data is performed via Unity Ads and Unity Analytics. This is their <a href="https://unity3d.com/legal/privacy-policy">privacy policy</a>.</p>
<p>Information regarding the data collected for each of our games is listed below.</p>
<h3>Bombardier</h3>
<ul>
<li>Standard Unity Analytics data. (No ads)</li>
<li>
To help us understand how our game is being played, information when the following in-game events occur:
<ul>
<li>When a new game is started.</li>
<li>
When a game has ended, along with the following metadata:
<ul>
<li>Game duration.</li>
<li>Score.</li>
<li>Cause of the game's end.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3>Viking Trickshot</h3>
<ul>
<li>Standard Unity Analytics data. (No ads)</li>
<li>
To help us understand how our game is being played, information when the following in-game events occur:
<ul>
<li>When a match has started, and whether that match is 1 or 2 player, and local or online.</li>
<li>
When an online matchmaking event occurs, and whether:
<ul>
<li>that was to enter the queue, be matched with a player, or start the session (both players ready).</li>
<li>that was matchmaking with a random player, or a private session.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3>Alphabet Earthquake; I'm a Fish (iOS); Item TD 2; Rabbit Flick; Stone TD; Typing Gladiators; this website</h3>
<p>No data is collected or shared at all.</p>
<h3>FrankenStorm TD: Prologue; I'm a Fish (Android); Neanderfall; Reef Defenders; Space Trash; Two Tweets; uniTower; Villager</h3>
<p>Only standard Unity Analytics data is collected. (No ads)</p>
<h3>Newsletter</h3>
<p>
We use <a href="https://www.mailerlite.com/" target="_blank">MailerLite</a> to run our newsletter. This is their <a href="https://www.mailerlite.com/legal/privacy-policy" target="_blank">privacy policy</a>.
</p>
</body>
</html>