From 01ddfd5217cd089ffc742f3e9cc9894b34e30e01 Mon Sep 17 00:00:00 2001 From: mxmCherry Date: Thu, 19 May 2022 13:50:50 +0300 Subject: [PATCH] openrtb2: bring back Content.videoquality prop (deprecated in 2.5, rm-ed in 2.6) --- openrtb2/content.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openrtb2/content.go b/openrtb2/content.go index 0234d0c..8a99af6 100644 --- a/openrtb2/content.go +++ b/openrtb2/content.go @@ -138,6 +138,15 @@ type Content struct { // Production quality. Refer to List: Production Qualities in AdCOM 1.0. ProdQ *adcom1.ProductionQuality `json:"prodq,omitempty"` + // Attribute: + // videoquality + // Type: + // integer; DEPRECATED; REMOVED in OpenRTB 2.6 + // Description: + // Note: Deprecated in favor of prodq. + // Video quality. Refer to List 5.13. + VideoQuality *adcom1.ProductionQuality `json:"videoquality,omitempty"` + // Attribute: // context // Type: