Skip to content
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

Add support for publisher purposes consent string #18

Open
nhagen opened this issue Jun 14, 2018 · 4 comments
Open

Add support for publisher purposes consent string #18

nhagen opened this issue Jun 14, 2018 · 4 comments

Comments

@nhagen
Copy link

nhagen commented Jun 14, 2018

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):

  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-
  2. 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.
...

@chrispaterson
Copy link
Collaborator

You're right it doesn't. We should support this, but no one has offered up code yet. If you want to take a stab at it and put in a pull request we could do that.

@chrispaterson
Copy link
Collaborator

@nhagen are you still interested in this?

@chrispaterson
Copy link
Collaborator

Sorry didn't mean to close, clicked the wrong button. The Internet is hard...

@amarocolas
Copy link

Hey guys, I have started this, can already get the data from the cookie

#30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants