From 6ebf615de1c1f9a284c590311c13eaddd3c3b73d 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 | 6 ++++++ 1 file changed, 6 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..ee1b1b6 100644 --- a/src/proto/com/magnite/openrtb/v2/openrtb-xapi.proto +++ b/src/proto/com/magnite/openrtb/v2/openrtb-xapi.proto @@ -150,6 +150,12 @@ 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; + + // Global Placement ID. The unique identifier of the placement that is sent + // to all participants in buying impressions for this placement + // (in general, this field will be populated with one of the DFP Ad Unit Code, Prebid Ad Slot, + // or value provided by the publisher or ad server). + optional string gpid = 4; } extend com.iabtechlab.openrtb.v2.BidRequest.Imp {