IABTechLab / iabgpp-java

Apache License 2.0
11 stars 12 forks source link

UspCaV1::getGpcSegmentType encoder and return type does not seem to be same #28

Open hhakimi53 opened 1 year ago

hhakimi53 commented 1 year ago

UspCaV1Field.GPC_SEGMENT_TYPE uses EncodableFixedInteger as encode . so the return type for this field should be integer but it's Boolean.

Pls have a look

hhakimi53 commented 1 year ago

Also, what does field GPC_SEGMENT_TYPE represent?