-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Reading through the documentation, it doesn't appear that this library has any support for the Publisher Consents component of the consent string spec. Has there been any discussion on this?
Related, from the Java SDK: InteractiveAdvertisingBureau/Consent-String-SDK-Java#12
... There are two distinct consent string formats outlined in the specification (v.1.1):
- global, vendor consent string (euconsent) as described in https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/Consent%20string%20and%20vendor%20list%20formats%20v1.1%20Final.md#vendor-consent-string-format-
- publisher purposes consent string (pubconsent) as described in https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/Consent%20string%20and%20vendor%20list%20formats%20v1.1%20Final.md#publisher-purposes-consent-string-format-
However, currently the library appears to support only global, vendor consent string (correct me if I'm wrong). Looking from a publisher's perspective it would surely help if the publisher purposes consent string was supported as well. It makes sense since both consent strings have similar formats so there is potential for reusing significant part of codebase between the two implementations.
...