InteractiveAdvertisingBureau / iabtcf-es

Official compliant tool suite for implementing the Transparency and Consent Framework (TCF) v2.0. The essential toolkit for CMPs.
Apache License 2.0
132 stars 96 forks source link

Vendors Count #433

Closed littlenoah89 closed 11 months ago

littlenoah89 commented 11 months ago

v1.5.9

Module (core, cmpapi, cli, stub, or testing) CORE

Hi everyone, I have noticed a discrepancy in values between the number of vendorIds and the number of vendors in the GVL. Specifically, version 27 of the vendor-list v3 has 765 vendorIds but 760 vendors. This affects the choice of the value to be used to display the vendors count. What should be the correct value to consider?

Anyone with the same problem?

sevriugin commented 11 months ago

There are deleted vendors with deletedDate and the count for deleted vendors is 5, so the library returns correct number

littlenoah89 commented 11 months ago

Okay, perfect. It all makes sense to me now. Thank you for the prompt response.