-
Notifications
You must be signed in to change notification settings - Fork 10
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
Other regulation GVL support #51
Comments
Yes, Canada has a separate GVL from Europe. |
@HeinzBaumann thanks, so we need to have update GPP lib logic to make it multi-GVL ready. Maybe, I am not sure, but API need to be updated also as now these two guys (see the snippet) looks very IAB TCF EU GVL specific: getGvlFromVendorList(vendorList: VendorList): GVL
async getGvlFromUrl(gvlUrlConfig: GVLUrlConfig): Promise<GVL> |
Another question regarding US regulations and vendors. No vendors related signals in US segments (sub-strings) are present, is it correct? The vendors are related ONLY to |
As far as I know, yes, so far vendor signals only apply to tcfeuv2 and tcfcav1. |
The format and mechanism to retrieve the GVL is the same between EU and Canada. But in a GPP it require to cache both at the same time. So I would think spoec and library will need to account for this. |
Yes, we could update For example now GPP GVL still has TCF v2 properties like The other problem with So, maybe it will be easier to have regulation specific functions, like getEuGvlFromVendorList(vendorList: EuVendorList): EuGVL
async getEuGvlFromUrl(gvlUrlConfig: GVLUrlConfig): Promise<EuGVL> What do you think @HeinzBaumann |
That works for me. |
Are we going to support GVLs for different regulations in the library? For example IAB Canada GVL for
tcfca
?The text was updated successfully, but these errors were encountered: