From 6f4a97d333ed050c6f8ceb2e27b9cbd1909aae26 Mon Sep 17 00:00:00 2001 From: KonstantSeven Date: Wed, 9 Jun 2021 13:42:59 +0300 Subject: [PATCH] OD-12994: Ad unit code --- src/proto/com/magnite/openrtb/v2/openrtb-xapi.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/proto/com/magnite/openrtb/v2/openrtb-xapi.proto b/src/proto/com/magnite/openrtb/v2/openrtb-xapi.proto index a09f494..948a057 100644 --- a/src/proto/com/magnite/openrtb/v2/openrtb-xapi.proto +++ b/src/proto/com/magnite/openrtb/v2/openrtb-xapi.proto @@ -150,6 +150,9 @@ message ImpExt { // Supported viewability vendors. For list of supported vendors, visit: // https://resources.rubiconproject.com/resource/publisher-resources/xapi-specifications/#4.9. repeated string viewabilityvendors = 3; + + // Ad unit code. + optional string gpid = 4; } extend com.iabtechlab.openrtb.v2.BidRequest.Imp {