IABTechLab / iabgpp-java

Apache License 2.0
11 stars 13 forks source link

GPP Decoder #41

Closed AmitGuptaCodeLab closed 11 months ago

AmitGuptaCodeLab commented 11 months ago

With TCF2.0 java library, we had encoder + decoder (https://github.com/InteractiveAdvertisingBureau/iabtcf-java) . However, for GPP, decoder does not seem to be available yet. Just wanted to check, if this in progress or will be taken up sometime? TCF Decoder library is currently used by us to decode the consents received in ad-serving request and process the request accordingly.

AmitGuptaCodeLab commented 11 months ago

Closing this as on forking out code and going through it made me realize thathttps://github.com/IABTechLab/iabgpp-java/blob/master/iabgpp-encoder/src/main/java/com/iab/gpp/encoder/GppModel.java has decode method as well.