mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 22:16:41 +03:00
Missed A CreativeAttribute Enum
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ type Video struct {
|
||||
// Bid object should include the attr array with an element of
|
||||
// 16 indicating skippable video. Refer to List: Creative
|
||||
// Attributes in AdCOM 1.0.
|
||||
Skip *int8 `json:"skip,omitempty"`
|
||||
Skip *adcom1.CreativeAttribute `json:"skip,omitempty"`
|
||||
|
||||
// Attribute:
|
||||
// skipmin
|
||||
|
||||
Reference in New Issue
Block a user