- From: CVS User npdoty <cvsmail@w3.org>
- Date: Mon, 30 Mar 2015 07:36:29 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/var/tmp/cvs-serv6999
Modified Files:
tracking-compliance.html
Log Message:
adapted form of transferred consent, with qualifier, per action-466
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-compliance.html 2015/03/30 07:01:37 1.143
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-compliance.html 2015/03/30 07:36:29 1.144
@@ -726,7 +726,39 @@
consent cookie is recognized and a <code>DNT: 1</code> header is present,
the site responds with a <code>Tk</code> response header of
<code>C</code>, to indicate that consent to the user.</p>
- </aside>
+ </aside>
+
+ <section id="transitive-exceptions">
+ <h3>Transfer of consent to another party</h3>
+
+ <p>When a party requests consent from the user as described above, it
+ might include consent for sharing data with its <a title="service provider">service
+ providers</a>. This <dfn>transitive permission</dfn> might apply even to those
+ parties to which the user has not separately granted consent to be tracked.</p>
+
+ <p>A party that transfers consent in this way MUST ensure that its <a title="service provider">service
+ providers</a> acknowledge this consent by use of the corresponding <a class="externalDFN"
+ href=
+ "http://www.w3.org/2011/tracking-protection/drafts/tracking-dnt.html#tracking-status-value">
+ tracking status value</a> of <code>C</code> and a <a class="externalDFN" href=
+ "http://www.w3.org/2011/tracking-protection/drafts/tracking-dnt.html#rep.qualifiers">
+ qualifier</a> of <code>t</code> ("transferred").</p>
+
+ <aside class="example">
+ <p>An advertisement network might receive consent from the user for tracking in order
+ to provide more targeted advertising by its partners and record that consent using the
+ User-Granted Exceptions API. On subsequent requests, a <code>DNT:0</code> signal is sent
+ to the ad network which might use an out-of-band channel to indicate that consent to its
+ service providers. Those service providers which directly communicated with the user, for
+ example, to deliver an ad, would use a tracking status value (<code>C</code>) and qualifier
+ (<code>t</code>) to indicate to the user that consent had been received by another party.</p>
+ </aside>
+
+ <p class="note">This section has been recently adapted from text formerly in the
+ "Transfer of an exception to another third party" section of the TPE specification.
+ Feedback on this adaptation or the usefulness of this text is welcomed.</p>
+ </section>
+
</section>
<section id="interactions">
Received on Monday, 30 March 2015 07:36:30 UTC