Files
openrtb/native1/request/video.go
T
2023-08-17 17:58:18 -04:00

16 lines
435 B
Go

package request
import (
"github.com/prebid/openrtb/v20/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