InteractiveAdvertisingBureau/iabtcf-es

There's a way of call purposes-pt.json using the latets library version?.

nicolasLaverde92 opened this issue · 2 comments

1.5.9

Describe with reproduction steps – What is the expected behavior?

We are using the last version of iabtf-es version 1.5.9 according with this PR #404 for gvl 3 version and new languages. But in our CMP ( quantcast ) we give the possibility to clients to select tcf2.0 or tcf 2.2

When they select portugues language Portuguess language in TCF2.0 this always fails cause is consuming the updated function changeLanguage where this PT language doesn't exist anymore.

Screenshot 2023-09-25 at 10 55 50 AM

for that reason that pt language is proccess as pt-pt and the file is trying to access is https://vendor-list.consensu.org/v2/purposes-pt-pt.json getting a GVL error....

there's a way I can call this purposes-pt.json for tcf 2.0 ? or this new changes are not compatible with thius old TCF version?

@marco-prontera maybe there are some way?

@marco-prontera maybe there are some way?

HI, they often say not to use their URLs directly. Rather you have to host the files on your own server and get them from there. At that point I think you can easily rename the files in this way you can cover the requests. Unfortunately, the previous language management was wrong and not suitable for the new translation management. But since it's something totally manageable by CMPs, I don't think you have any problems.

I want to point out that I don't work for the IAB so I can't give you certainty. As you can see I'm only a contributor and not a collaborator.