We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b972a5c commit 3b1a908Copy full SHA for 3b1a908
banner.go
@@ -24,5 +24,6 @@ type Banner struct {
24
TopFrame int `json:"topframe,omitempty"` // Default: 0 ("1": Delivered in top frame, "0": Elsewhere)
25
ExpDir []int `json:"expdir,omitempty"` // Specify properties for an expandable ad
26
Api []int `json:"api,omitempty"` // List of supported API frameworks
27
+ Vcm int `json:"vcm,omitempty"` // Represents the relationship with video. 0 = concurrent, 1 = end-card
28
Ext json.RawMessage `json:"ext,omitempty"`
29
}
0 commit comments