mirror of
https://github.com/prebid/openrtb.git
synced 2026-06-14 05:56:34 +03:00
adcom1: api framework - follow Xxx10 convention
This commit is contained in:
@@ -7,13 +7,13 @@ type APIFramework int64
|
||||
//
|
||||
// Values of 500+ hold vendor-specific codes.
|
||||
const (
|
||||
APIVPAID1 APIFramework = 1 // VPAID 1.0
|
||||
APIVPAID2 APIFramework = 2 // VPAID 2.0
|
||||
APIMRAID1 APIFramework = 3 // MRAID 1.0
|
||||
APIVPAID10 APIFramework = 1 // VPAID 1.0
|
||||
APIVPAID20 APIFramework = 2 // VPAID 2.0
|
||||
APIMRAID10 APIFramework = 3 // MRAID 1.0
|
||||
APIORMMA APIFramework = 4 // ORMMA
|
||||
APIMRAID2 APIFramework = 5 // MRAID 2.0
|
||||
APIMRAID3 APIFramework = 6 // MRAID 3.0
|
||||
APIOMID1 APIFramework = 7 // OMID 1.0
|
||||
APIMRAID20 APIFramework = 5 // MRAID 2.0
|
||||
APIMRAID30 APIFramework = 6 // MRAID 3.0
|
||||
APIOMID10 APIFramework = 7 // OMID 1.0
|
||||
APISIMID10 APIFramework = 8 // SIMID 1.0
|
||||
APISIMID11 APIFramework = 9 // SIMID 1.1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user