From abbe874c638cbbdfd5e24d66b5161dac40e9d78a Mon Sep 17 00:00:00 2001 From: Scott Kay Date: Tue, 17 May 2022 02:49:09 -0400 Subject: [PATCH] Missed DeliveryMethod In Video.Delivery --- openrtb2/video.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrtb2/video.go b/openrtb2/video.go index 55ec78d..fe9f9b9 100644 --- a/openrtb2/video.go +++ b/openrtb2/video.go @@ -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