mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 14:06:38 +03:00
native/request: use copied request.Protocol for request.Video.Protocols
This commit is contained in:
@@ -49,7 +49,7 @@ type Video struct {
|
||||
// Description:
|
||||
// An array of video protocols the publisher can accept in the bid response.
|
||||
// See OpenRTB Table ‘Video Bid Response Protocols’ for a list of possible values.
|
||||
Protocols []int8 `json:"protocols"` // TODO!!!
|
||||
Protocols []Protocol `json:"protocols"`
|
||||
|
||||
// Field:
|
||||
// ext
|
||||
|
||||
Reference in New Issue
Block a user