cookie consent機能を加える23-CookieYes | GDPR Cookie Consent-

この記事について

Hello World

GDPR対応に必要なクッキーポリシーの情報ページを、CookieYes | GDPR Cookie ConsentのCookie Policy Generatorで次のように出力、確認した。

その他、環境整備に関する新情報。

同系列WordPress特化型レンタルサーバー

WordPress専用クラウド型レンタルサーバー『wpX Speed』

同系列安定型レンタルサーバー

格安ドメイン名取得サービス『Xserverドメイン』

その他キャンペーン中WordPress対応レンタルサーバー

ロリポップ公式サイト

ドメイン管理に関しては

格安ドメイン名取得サービス『Xserverドメイン』 MuuMuu Domain! お名前.com

cookie consent機能を加える23-CookieYes | GDPR Cookie Consent-

Cookie Policy Generator

設定する項目はあまり無く、web appから下の流れでCookie Policyの出力が完了する。

  1. web appメニューから選択
  2. 設定を済ます
  3. htmlをコピー

web appメニューから選択

Cookie Policy Generator画面1
画像:Cookie Policy Generator画面1

設定を済ます

Cookie Policy Generator画面2
画像:Cookie Policy Generator画面2

htmlをコピー

Cookie Policy Generator画面3
画像:Cookie Policy Generator画面3

出力されたCookie Policy

出力されたhtmlコードを確認した。

出力されたhtmlコード

<style>
    a.cky-banner-element {
        padding: 8px 30px;
        background: #F8F9FA;
        color: #858A8F;
        border: 1px solid #DEE2E6;
        box-sizing: border-box;
        border-radius: 2px;
        cursor: pointer;
}
</style>
<h1 class="cookie-policy-h1">Cookie Policy</h1>
<p>
    Effective Date: 25-Jun-2023 <br>
    Last Updated: 21-Jul-2023
</p>

&nbsp;
<h5>What are cookies?</h5>
<div class="cookie-policy-p"><p>This Cookie Policy explains what cookies are and how we use them, the types of cookies we use i.e, the information we collect using cookies and how that information is used, and how to manage the cookie settings.</p> <p>Cookies are small text files that are used to store small pieces of information. They are stored on your device when the website is loaded on your browser. These cookies help us make the website function properly, make it more secure, provide better user experience, and understand how the website performs and to analyze what works and where it needs improvement.</p></div>

&nbsp;
<h5>How do we use cookies?</h5>
<div class="cookie-policy-p"><p>As most of the online services, our website uses first-party and third-party cookies for several purposes. First-party cookies are mostly necessary for the website to function the right way, and they do not collect any of your personally identifiable data.</p> <p>The third-party cookies used on our website are mainly for understanding how the website performs, how you interact with our website, keeping our services secure, providing advertisements that are relevant to you, and all in all providing you with a better and improved user experience and help speed up your future interactions with our website.</p></div>

&nbsp;
    <h5>Types of Cookies we use</h5>

    <div class="cky-audit-table-element"></div>

&nbsp;
    <h5 style="margin-bottom:20px;">Manage cookie preferences</h5>

    <a class="cky-banner-element">Cookie Settings</a> <br/>

    <div><p>You can change your cookie preferences any time by clicking the above button. This will let you revisit the cookie consent banner and change your preferences or withdraw your consent right away. </p> <p>In addition to this, different browsers provide different methods to block and delete cookies used by websites. You can change the settings of your browser to block/delete the cookies. Listed below are the links to the support documents on how to manage and delete cookies from the major web browsers.</p> <p>Chrome: <a href="https://support.google.com/accounts/answer/32050" target="_blank">https://support.google.com/accounts/answer/32050</a></p><p>Safari: <a href="https://support.apple.com/en-in/guide/safari/sfri11471/mac" target="_blank">https://support.apple.com/en-in/guide/safari/sfri11471/mac</a></p><p>Firefox: <a href="https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox?redirectslug=delete-cookies-remove-info-websites-stored&redirectlocale=en-US" target="_blank">https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox?redirectslug=delete-cookies-remove-info-websites-stored&redirectlocale=en-US</a></p><p>Internet Explorer: <a href="https://support.microsoft.com/en-us/topic/how-to-delete-cookie-files-in-internet-explorer-bca9446f-d873-78de-77ba-d42645fa52fc" target="_blank">https://support.microsoft.com/en-us/topic/how-to-delete-cookie-files-in-internet-explorer-bca9446f-d873-78de-77ba-d42645fa52fc</a></p><p>If you are using any other web browser, please visit your browser’s official support documents.</p></div>


&nbsp;
<p class="cookie-policy-p">
    Cookie Policy Generated By  <a target="_blank" href="https://www.cookieyes.com/?utm_source=CP&utm_medium=footer&utm_campaign=UW">CookieYes - Cookie Policy Generator</a>.
</p>

カスタムHTMLに貼った結果

Cookie Policy

Effective Date: 25-Jun-2023
Last Updated: 21-Jul-2023

 
What are cookies?
 
How do we use cookies?
 
Types of Cookies we use
 
Manage cookie preferences
Cookie Settings

You can change your cookie preferences any time by clicking the above button. This will let you revisit the cookie consent banner and change your preferences or withdraw your consent right away.

In addition to this, different browsers provide different methods to block and delete cookies used by websites. You can change the settings of your browser to block/delete the cookies. Listed below are the links to the support documents on how to manage and delete cookies from the major web browsers.

Chrome: https://support.google.com/accounts/answer/32050

Safari: https://support.apple.com/en-in/guide/safari/sfri11471/mac

Firefox: https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox?redirectslug=delete-cookies-remove-info-websites-stored&redirectlocale=en-US

Internet Explorer: https://support.microsoft.com/en-us/topic/how-to-delete-cookie-files-in-internet-explorer-bca9446f-d873-78de-77ba-d42645fa52fc

If you are using any other web browser, please visit your browser’s official support documents.

 

コードとバナーの関係

    <h5>Types of Cookies we use</h5>

    <div class="cky-audit-table-element"></div>

&nbsp;
    <h5 style="margin-bottom:20px;">Manage cookie preferences</h5>

    <a class="cky-banner-element">Cookie Settings</a> <br/>

上記部分は使用しているcookieとバナーのカスタマイズ画面呼び出しボタンを表示させる為のコード。

それ以外は更新日やポリシーなどについての英文情報やリンクと思われ、バナーとは連動していない印象。

まとめ

出力と添付は簡単にできるが、日暮系ニート的に日本語が無いと何を書いてあるのかサッパリなので、面倒だが日本語訳を作成する必要がある。

よろしく。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です