-
Notifications
You must be signed in to change notification settings - Fork 0
/
ads_speed.html
67 lines (57 loc) · 3.46 KB
/
ads_speed.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - AdsSpeed</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
max-width: 800px;
}
h1, h2 {
color: #333;
}
p {
margin: 10px 0;
}
ul {
margin: 10px 0 20px 20px;
}
</style>
</head>
<body>
<h1>Privacy Policy for AdsSpeed</h1>
<p>Welcome to AdsSpeed! We are committed to protecting your privacy and personal information. This Privacy Policy explains how we collect, use, and safeguard your information when using the AdsSpeed application.</p>
<h2>1. Information We Collect</h2>
<ul>
<li><strong>Personal Information:</strong> We may collect personal information such as your name, email address, and phone number when you register an account or use our services.</li>
<li><strong>Facebook Business Information:</strong> To provide Facebook Business and advertising management services, we access information related to your Facebook Business account, including advertising campaign data, ad accounts, and performance metrics.</li>
<li><strong>Usage Data:</strong> We collect information about how you use the app, including usage time, features accessed, and device information.</li>
</ul>
<h2>2. How We Use Your Information</h2>
<ul>
<li><strong>Manage Facebook Business and Ads:</strong> We use the collected information to help you effectively manage and create advertising campaigns on Facebook.</li>
<li><strong>Improve Services:</strong> We analyze usage data to improve the app, fix bugs, and optimize user experience.</li>
<li><strong>Communication:</strong> We may use your contact information to send notifications, provide customer support, and update you on important service information.</li>
</ul>
<h2>3. Information Sharing</h2>
<ul>
<li><strong>With Third Parties:</strong> We do not sell, trade, or share your personal information with third parties, except for services related to Facebook Business integration.</li>
<li><strong>Legal Requirements:</strong> We may share information if required by law, regulation, or legal request from governmental authorities.</li>
</ul>
<h2>4. Data Security</h2>
<p>We implement appropriate security measures to protect personal information from unauthorized access, loss, misuse, or disclosure. However, no security system is perfect, and we cannot guarantee the absolute security of your information.</p>
<h2>5. Your Rights</h2>
<ul>
<li><strong>Access and Edit Information:</strong> You have the right to access and edit your personal information at any time through your account on the app.</li>
<li><strong>Delete Information:</strong> You have the right to request the deletion of your account and personal information from our system.</li>
</ul>
<h2>6. Policy Changes</h2>
<p>This Privacy Policy may be updated periodically to reflect changes in our operations. We will notify you via the app or email if there are any significant changes.</p>
<h2>7. Contact Us</h2>
<p>If you have any questions or concerns about this Privacy Policy, please contact us at: <a href="mailto:[email protected]">[email protected]</a>.</p>
</body>
</html>