PBS is rejecting metrics with a float value greater than 1.0 . Per openrtb 2.6 specifications, this value must ONLY be in the range of 0.0 to 1.0 if the metrics are probabilities, otherwise normal Float values should be accepted.
|
throw new ValidationException("%s.metric[%d].value must be in the range [0.0, 1.0]", msgPrefix, i); |
Openrtb 2.6 Metrics Object referenced in Section 3.2.5 Page 15:
https://iabtechlab.com/wp-content/uploads/2022/04/OpenRTB-2-6_FINAL.pdf
PBS is rejecting metrics with a float value greater than 1.0 . Per openrtb 2.6 specifications, this value must ONLY be in the range of 0.0 to 1.0 if the metrics are probabilities, otherwise normal Float values should be accepted.
prebid-server-java/src/main/java/org/prebid/server/validation/ImpValidator.java
Line 651 in 1e66556
Openrtb 2.6 Metrics Object referenced in Section 3.2.5 Page 15:
https://iabtechlab.com/wp-content/uploads/2022/04/OpenRTB-2-6_FINAL.pdf