mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-16 23:16:59 +03:00
16 lines
438 B
Go
16 lines
438 B
Go
package request
|
|
|
|
import (
|
|
"github.com/mxmCherry/openrtb/v16/openrtb2"
|
|
)
|
|
|
|
// 4.5 Video Object
|
|
//
|
|
// The video object to be used for all video elements supported in the Native Ad.
|
|
// This corresponds to the Video object of OpenRTB.
|
|
// Exchange implementers can impose their own specific restrictions.
|
|
// Here are the required attributes of the Video Object.
|
|
// For optional attributes please refer to OpenRTB.
|
|
|
|
type Video = openrtb2.Video
|