InteractiveAdvertisingBureau / openrtb2.x

OpenRTB 2.x specification, from 2.6 onward
58 stars 47 forks source link

DOOH fields inconsistent in spec vs. implementation notes #49

Open rkaw92 opened 1 year ago

rkaw92 commented 1 year ago

Hi, We're trying to figure out how to correctly pass DOOH objects in OpenRTB 2.6, but it seems that the spec and the implementation guide differ on this. The spec says:

venuetype - string, array
venuetypetax | integer; default 1

But the implementation notes have this example:

        "venuetax": 1,
        "venuetypeid": 30101

So I assume one of these must be wrong. But which? :sweat_smile:

lm-pramod-jadhav commented 1 year ago

we also observed the same discrepancy & about filing an issue. is any update on this, Is anybody watching the issue?

@rkaw92 FYI, for now, we have assumed venuetypeid as a correct one.

Thanks.