Skip to content

Commit b7ef3e9

Browse files
zwl-williamzhashunj-nb
authored andcommitted
add Moloco (#87)
1 parent d0c5016 commit b7ef3e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

openrtb_ext/bidders.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ const (
635635
BidderMspFbAlpha BidderName = "msp_fb_alpha"
636636
BidderMspFbBeta BidderName = "msp_fb_beta"
637637
BidderMspFbGamma BidderName = "msp_fb_gamma"
638+
BidderMspMoloco BidderName = "msp_moloco"
638639
)
639640

640641
// CoreBidderNames returns a slice of all core bidders.

openrtb_ext/msp_bidders.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ func mspBidderNames() []BidderName {
1010
BidderMspFbAlpha,
1111
BidderMspFbBeta,
1212
BidderMspFbGamma,
13+
BidderMspMoloco,
1314
}
1415
}
1516

0 commit comments

Comments
 (0)