openrtb / OpenRTB

Documentation and issue tracking for the OpenRTB Project
BSD 2-Clause "Simplified" License
854 stars 143 forks source link

Error in bid request examples (OpenRTB 2.1 specs) #1

Closed lpgauth closed 10 years ago

lpgauth commented 10 years ago

In some of the bid request examples, the key "sitecat" is used for site categories, but according to the specs it should be "cat".

(in the Site object)

"sitecat":["IAB2-1", "IAB2-2"]

should be

"cat":["IAB2-1", "IAB2-2"]