Files
openrtb/native1/request/video.go
T

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