Scott Kay
c35cfb2c1f
Nilablity Update w/ Rules ( #10 )
2023-08-17 17:58:18 -04:00
Scott Kay
53ac1b9ca7
ORTB + AdCOM 202303 Updates ( #8 )
...
* ORTB + AdCOM 202303 Updates
* Bump Major Version
* Copy Paste Errors
* Fix Mod File
* Keep On 1.16
* Revert Go Mod Version
* Rename plcmnt to plcmt To Align With Native
* Final Spec Updates
* Fix VideoPlcmtNoContent
* Update Category Taxonomies
2023-04-12 08:54:55 -04:00
Scott Kay
3936c7cc40
Fix Module Version ( #6 )
2023-02-22 14:48:40 -05:00
Scott Kay
a5ab1652b1
Continue From v17.0.0
2022-10-03 14:19:07 -04:00
Scott Kay
0932c3305a
Change Repo Path + Reset Version
2022-09-28 23:28:04 -04:00
mxmCherry
de6f64c28e
hk: update v16 -> v17
2022-09-02 17:49:25 +03:00
xu.yifei
3920ef61eb
native: change Video data type into openrtb2.Video
2022-08-30 23:57:14 +08:00
Scott Kay
8b983d7713
Protocols Enum + Restored Video.Protocol
2022-05-17 02:02:14 -04:00
Scott Kay
b6d49d195c
Protocol Enum Value Typo
2022-05-17 01:48:53 -04:00
mxmCherry
127985565b
native1: fix doc link in readme
2022-05-16 20:05:30 +03:00
Scott Kay
4b4474f897
Main OpenRTB 2.6 Changes
2022-05-12 21:59:35 -04:00
Scott Kay
a8fef21c3b
Increment Version
2022-05-11 17:08:34 -04:00
mxmCherry
e39b77ca3c
native response: add Int64Ptr
...
First non-struct pointer appeared (Asset.ID), nice to have a helper in the same pkg
2021-04-12 19:32:17 +03:00
mxmCherry
0dc23e6747
hk: prepare v15 release
2021-04-12 19:27:16 +03:00
Rok Susnik
e567409861
make native response asset id a pointer
2021-04-12 14:45:33 +02:00
mxmCherry
3855899d4b
v14: fix go module
...
https://blog.golang.org/v2-go-modules
Roughly, just a:
```shell
find -type f -iname '*.go' | xargs -I {} sed -i 's/mxmCherry\/openrtb/mxmCherry\/openrtb\/v14/g' {}
find -type f -iname '*.go' | xargs -I {} goimports -w {}
```
Also, point to pkg.go.dev for documentation (old godoc.org badge kept kill pkg.go.dev provides its own).
2020-03-01 15:05:53 +02:00
Zach Badgett
c42b326d4c
Change native tracking method type and event type to int64
2019-07-08 10:57:13 -06:00
Max Cherry
d09779892f
cosmetics: polishing native godoc pkg comments even further
2018-12-30 13:32:46 +02:00
Max Cherry
73756b9686
cosmetics: polishing godoc package comments
2018-12-30 13:27:40 +02:00
Max Cherry
1efc868257
types: actually, better stick to int64 instead of just int
...
At least, it's more convenient to use with time std pkg.
Also, API implementations better never rely on machine-dependent types.
2018-12-30 12:42:52 +02:00
Max Cherry
ca66729d83
types: get rid of uint64 (int will do)
2018-12-30 12:39:11 +02:00
Max Cherry
625dbccd47
README grooming + fixed godoc links
2018-12-28 15:50:07 +02:00
Max Cherry
b989bef12c
README polishing
2018-12-28 14:32:28 +02:00
Max Cherry
1459501aaf
move everything from root package to openrtb2/native1 subpackages
2018-12-28 13:58:41 +02:00