Skip to content

Commit 3b1a908

Browse files
author
sho ishihara
committed
add vcm attr to banner
1 parent b972a5c commit 3b1a908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

banner.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ type Banner struct {
2424
TopFrame int `json:"topframe,omitempty"` // Default: 0 ("1": Delivered in top frame, "0": Elsewhere)
2525
ExpDir []int `json:"expdir,omitempty"` // Specify properties for an expandable ad
2626
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
2728
Ext json.RawMessage `json:"ext,omitempty"`
2829
}

0 commit comments

Comments
 (0)