mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-26 11:54:56 +03:00
openrtb2: bring back Content.videoquality prop (deprecated in 2.5, rm-ed in 2.6)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user