We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57653ea + 930a00c commit 9319a8cCopy full SHA for 9319a8c
1 file changed
banner.go
@@ -22,5 +22,6 @@ type Banner struct {
22
TopFrame int `json:"topframe,omitempty"` // Default: 0 ("1": Delivered in top frame, "0": Elsewhere)
23
ExpDir []int `json:"expdir,omitempty"` // Specify properties for an expandable ad
24
Api []int `json:"api,omitempty"` // List of supported API frameworks
25
+ VCM int `json:"vcm,omitempty"` // Represents the relationship with video. 0 = concurrent, 1 = end-card
26
Ext Extension `json:"ext,omitempty"`
27
}
0 commit comments