Skip to content

Commit 9385dd3

Browse files
author
strasler
committed
OD-12063 Correction to comment; remove redundant InventoryQuality completely
1 parent 9104918 commit 9385dd3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

com/magnite/openrtb/v2/openrtb-xapi.proto

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44

55
// XAPI integration fields
6-
// Use extension IDs in 5010-5020 range for XAPI
6+
// Use extension IDs in 5000-5199 range for XAPI
77

88
syntax = "proto2";
99

@@ -297,11 +297,6 @@ extend com.iabtechlab.openrtb.v2.BidResponse.SeatBid {
297297
// BidExt
298298
message BidExt {
299299
message Rp {
300-
message InventoryQuality {
301-
optional double cpm = 1;
302-
optional double score = 2;
303-
}
304-
305300
optional int32 advid = 1;
306301
optional string mime = 2;
307302
optional string adtype = 3;
@@ -316,7 +311,6 @@ message BidExt {
316311
repeated int32 aindid = 12;
317312
optional string burl = 13;
318313
repeated string imptrackers = 14;
319-
optional InventoryQuality iq = 15;
320314
}
321315

322316
optional Rp rp = 1;

0 commit comments

Comments
 (0)