-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
59 lines (54 loc) · 2.68 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="index.css">
<title>合同会社きぼうソフト</title>
</head>
<body>
<div id="main">
<h1>合同会社きぼうソフト</h1>
<hr>
<h2>提供Webサイト/アプリ プライバシーポリシー</h2>
<p>次の目的において、IPアドレス・Cookieを含む個人情報を収集する可能性があります。</p>
<ul id="privacy">
<li>当該Webサイト/アプリにおけるサービスの提供</li>
<li>外部Webサイト/アプリと連動したサービスの提供</li>
<li>サービスの利用状況の統計的な収集および活用</li>
<li>当該Webサイト/アプリ内における広告の表示</li>
</ul>
<h2>トラッキングに関する情報</h2>
当該Webサイト/アプリでは、以下のツールを利用し、行動ターゲティングを含むトラッキングを実施する場合があります。<br>
行動ターゲティングのオプトアウトを希望する際は、以下のオプトアウトのリンク先を参照してください。
<ul id="privacy">
<li>Google Analytics <a href="https://support.google.com/analytics/answer/181881?hl=ja">オプトアウト</a></li>
<li>Facebookピクセル <a href="https://www.facebook.com/ads/preferences/?entry_product=ad_settings_screen">オプトアウト</a></li>
<li>Yahoo!タグマネージャー <a href="http://btoptout.yahoo.co.jp/optout/preferences.html">オプトアウト</a></li>
</ul>
また、広告表示の最適化のため、各種広告媒体、SSPに、IPアドレス・Cookieを含むトラッキング情報が送信される場合があります。
<p><a href="/">トップ</a></p>
<hr>
<address>
(C)2015-2017 Kibousoft LLC.
</address>
</div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- コーポレートサイトバナー -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-5536097225267199"
data-ad-slot="6244696662"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71352578-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>