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 special feature support to vendor list parsers #34

Merged
merged 3 commits into from
Jan 5, 2022

Conversation

bsardo
Copy link
Contributor

@bsardo bsardo commented Dec 14, 2021

This library supports TCF1 and TCF2. Special features are introduced in the TCF2 framework and are not a part of the TCF1 framework.

The TCF2 GVL contains a list of special features and, for every vendor, the list of special features they use across purposes: https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/TCFv2/IAB%20Tech%20Lab%20-%20Consent%20string%20and%20vendor%20list%20formats%20v2.md#the-global-vendor-list

There are only two special features defined in the TCF2 framework:
https://iabeurope.eu/iab-europe-transparency-consent-framework-policies/#___D_Special_Features__

Special features are opt-in. See SpecialFeatureOptIns here: https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/TCFv2/IAB%20Tech%20Lab%20-%20Consent%20string%20and%20vendor%20list%20formats%20v2.md#the-core-string

This library has eager and lazy parsers for both TCF1 and TCF2. The parsers process the GVL as JSON mapping the data to structs and then each parser has a method on it making it easy to access a given special feature to see if the vendor opts in.

Copy link
Contributor

@VeronikaSolovei9 VeronikaSolovei9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes look good to me, will be great to have another peer review.

@mansinahar
Copy link
Contributor

Looks pretty straightforward!

@mansinahar mansinahar merged commit 29f4610 into prebid:master Jan 5, 2022
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

Successfully merging this pull request may close these issues.

3 participants