This repository was archived by the owner on Oct 6, 2022. It is now read-only.
OpenRTB 3.0, AdCOM 1.0
https://github.com/mxmCherry/openrtb/milestone/3
Changes since v11.0.0:
- added OpenRTB 3.0 implementation - openrtb3 (#31)
- added AdCOM 1.0 implementation - adcom1 (#34)
- moved root package/code to openrtb2 (#35)
- renamed
native
sub-package to native1 (#35) - changed all >8bit types (like
int16
,uint64
) toint64
(#37) - changed all
uint8
types toint8
(#37)
OpenRTB 2.x migration hint:
- mass-replace library imports from
"github.com/mxmCherry/openrtb"
toopenrtb "github.com/mxmCherry/openrtb/openrtb2"