Skip to content

Commit 9319a8c

Browse files
Merge pull request #25 from UnityTech/add-banner-vcm-field
banner vcm field to allow using banners as endcards
2 parents 57653ea + 930a00c commit 9319a8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

banner.go

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

0 commit comments

Comments
 (0)