How Twitter for Websites widgets respect users' privacy |
ユーザーがツイートボタン や 埋め込み型ツイートのようなウェブサイト用Twitter のウィジットを実装したウェブサイトを訪れた時、ボタンとウィジットを正しく動作させてTwitterの使い勝手を向上させるために使う、特定のブラウザ関連の情報を取得します。 この情報には、訪問したウェブページと、ユーザーのブラウザを識別するためのクッキーが含まれています。
What information does Twitter receive from Twitter for Websites widgets?When users visit websites that include Twitter for Websites widgets, such as Tweet buttons or embedded Tweets, we receive certain browser-related information that helps the buttons and widgets work properly and improves the Twitter experience. This information includes the web page visited and a cookie that identifies the user’s browser. |
我々はこの情報を分析と測定目的のため、コンテンツをパーソナライズするために使用します。 例えば、“metrics_token”クッキーは特定の埋め込み型ツイートやタイムラインを閲覧したユーザーの数をカウントするのに役立ち、 our “pid” クッキーを使うと訪問したウェブサイトに基づいて、Twiterユーザーにコンテンツをパーソナライズしたり提案したりするおすすめユーザー機能を有効にします。
我々のクッキーの一般的な使用方法についての詳細情報は、クッキーの使用 と プライバシーポリシーのヘルプセンターを参照してください。
How does Twitter use this information?We use this information for analytics and measurement purposes and to personalize content. For example, our “metrics_token” cookie helps us count the number of users that have seen a particular embedded Tweet or timeline, and our “pid” cookie enables our Tailored Suggestions feature that personalizes content and suggestions for Twitter users based on their website visits. For more information about our use of cookies generally, please see our Help Center on Cookies Use and our Privacy Policy. |
プライバシーポリシーで説明しているように、ユーザーのプライバシーを守るために最大10日後には、 Twitterコンテンツのパーソナライズに使用されるpage-visitデータから、アカウント識別子の削除・除去処理を開始します。
分析と測定のために、訪問したウェブページを含まない情報は60日間保持されます。
How long do you keep this information?To protect our users’ privacy, after a maximum of 10 days, we start the process of deleting or removing account identifiers from the page-visit data used to personalize Twitter content, as explained in our Privacy Policy. For analytics and measurement, we keep data that does not include web pages visited, for 60 days. |
あなたは、ウェブサイトに設置したTwitterウィジットが、Twitter ユーザー向けにコンテンツの形成や提案を行う手助けをするか選ぶことができます。 以下の手順に沿って、あなたウェブサイトの情報をパーソナライズための使用する対象から除外することができます。
以下のコードを、ウェブサイト用Twitterウィジットを実装したページの <meta>
と<link>
要素内にインクルードしてください:
<meta name="twitter:dnt" content="on">
以下の例のようにオプションの data-dnt
パラメータにtrueを設定することで、特定のボタンやウィジットのみをtailoring の対象外とすることができます。:
<a class="twitter-share-button" href="https://twitter.com/share" data-dnt="true"> Tweet</a> <script async defer src="//platform.twitter.com/widgets.js" charset="utf-8"> </script>
What privacy options do website publishers have?You may choose whether Twitter widgets on your site help to tailor content and suggestions for Twitter users. You can opt out of having information from your website used for personalization by following the instructions below. Include the following snippet within the <meta name="twitter:dnt" content="on"> You may also opt-out of tailoring for a specific button or widget, and can do so by setting the optional <a class="twitter-share-button" href="https://twitter.com/share" data-dnt="true"> Tweet</a> <script async defer src="//platform.twitter.com/widgets.js" charset="utf-8"> </script> |
In addition to the choices websites have regarding tailoring content on Twitter, we remain committed to providing users with simple and meaningful privacy choices about how their information is used to improve their Twitter experience. For more information about those choices, please see the links below:
What privacy options do users have?In addition to the choices websites have regarding tailoring content on Twitter, we remain committed to providing users with simple and meaningful privacy choices about how their information is used to improve their Twitter experience. For more information about those choices, please see the links below: |