mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-15 14:36:36 +03:00
Missed DeliveryMethod In Video.Delivery
This commit is contained in:
+1
-1
@@ -321,7 +321,7 @@ type Video struct {
|
||||
// Supported delivery methods (e.g., streaming, progressive). If
|
||||
// none specified, assume all are supported. Refer to List:
|
||||
// Delivery Methods in AdCOM 1.0.
|
||||
Delivery []int8 `json:"delivery,omitempty"`
|
||||
Delivery []adcom1.DeliveryMethod `json:"delivery,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
// pos
|
||||
|
||||
Reference in New Issue
Block a user