We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9104918 commit 9385dd3Copy full SHA for 9385dd3
1 file changed
com/magnite/openrtb/v2/openrtb-xapi.proto
@@ -3,7 +3,7 @@
3
//
4
5
// XAPI integration fields
6
-// Use extension IDs in 5010-5020 range for XAPI
+// Use extension IDs in 5000-5199 range for XAPI
7
8
syntax = "proto2";
9
@@ -297,11 +297,6 @@ extend com.iabtechlab.openrtb.v2.BidResponse.SeatBid {
297
// BidExt
298
message BidExt {
299
message Rp {
300
- message InventoryQuality {
301
- optional double cpm = 1;
302
- optional double score = 2;
303
- }
304
-
305
optional int32 advid = 1;
306
optional string mime = 2;
307
optional string adtype = 3;
@@ -316,7 +311,6 @@ message BidExt {
316
311
repeated int32 aindid = 12;
317
312
optional string burl = 13;
318
313
repeated string imptrackers = 14;
319
- optional InventoryQuality iq = 15;
320
314
}
321
315
322
optional Rp rp = 1;
0 commit comments