-
Notifications
You must be signed in to change notification settings - Fork 360
Issue 418 - added support for specialPurposes, optout flag and SDKS to the deviceDisclosure JSON file #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "maxAgeSeconds": 2592000000, | ||
| "cookieRefresh": false, | ||
| "domains": ["retarget.adtech123.com"], | ||
| "purposes": [1,3,4,5,6] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT "purposes" should now be followed by a comma
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it.
| "cookieRefresh": false, | ||
| "domains": ["retarget.adtech123.com"], | ||
| "purposes": [1,3,4,5,6] | ||
| "specialPurpose": [1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo?
Is the key name "specialPurpose" or "specialPurposes"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be specialPurposes. i fixed it.
dmdabbs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Danke.
| <td><code>optOut</code></td> | ||
| <td>optional</td> | ||
| <td>boolean</td> | ||
| <td>If the cookie is an opt-out cookie this value is set to <code>true</code>. The default is <code>false,</code>.</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog says
Added support to: allow vendors to declare cookies and other storage mechanisms used in pursuit of non-TCF purposes (e.g. global opt-out)
Suggest using generic language since intent is for this to apply to all storage types, not solely cookies.
How about
If the storage/cookie facilitates a user opt-out, this value is set to true. The default is false.
Also a cookie or storage may be used to effect a site-specific opt-out not just a global (cross-origin cookie) one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it.
| <td><code>description</code></td> | ||
| <td>optional</td> | ||
| <td>string</td> | ||
| <td>The description of what this cookie is used for.</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested generic language tweak (plus a nudge to brevity):
A brief description of this item's use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it.
|
|
||
| ### SDKS array | ||
|
|
||
| Vendors must publish the mobile in-app sdks they use for collecting and processing personal data in the context of their TCF registration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...use for collecting and processing...
Is this strictly whether the Vendor deploys/publishes mobile SDK libraries, or does it also encompass a Vendor's server-to-server integration with another company’s on-device SDK(s)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is for the in-app mobile SDKs the vendor uses (what is built into the application).
|
When we added the more flexible
Is it time to mark |
These updates were open for public comment until December 1st, 2025.
Based on the recent FSWG approval I revised the device storage and disclosure specification with the new supported items for: support for specialPurposes, optOut flag, and in-mobile SDKS declaration