Scott Kay
|
c2e87c88f8
|
Check Keyword Descriptions
|
2022-05-13 00:21:13 -04:00 |
|
Scott Kay
|
09cdad9668
|
Self Review
|
2022-05-13 00:13:02 -04:00 |
|
Scott Kay
|
fc839da51d
|
Self Review Pass
|
2022-05-12 23:49:01 -04:00 |
|
Scott Kay
|
b3b9d66158
|
AdCOM Fields Added For OpenRTB 2.6 Parity
|
2022-05-12 23:33:01 -04: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
|
177249239c
|
github actions: fix branch name
|
2021-04-28 21:01:48 +03:00 |
|
mxmCherry
|
f16ddc5644
|
hk: copy github action code from actions tab instead of doc
|
2021-04-28 21:00:13 +03:00 |
|
mxmCherry
|
7378f56225
|
hk: rm travis
|
2021-04-28 20:57:49 +03:00 |
|
mxmCherry
|
5388e4172e
|
hk: try github actions for tests
|
2021-04-28 20:57:38 +03:00 |
|
mxmCherry
|
701f0542af
|
hk: update go doc badge
|
2021-04-28 20:48:22 +03:00 |
|
mxmCherry
|
0735b146ac
|
hk: ok, go 1.13+ is required because of gomega
|
2021-04-28 20:45:07 +03:00 |
|
mxmCherry
|
71b22e1f4f
|
hk: requires go 1.11+ (effectively since v14)
|
2021-04-28 20:31:40 +03: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 |
|
mxmCherry
|
0561c56dbe
|
Merge pull request #45 from rokostik/native_asset_id_pointer
Make native response asset ID a pointer
|
2021-04-12 19:22:10 +03:00 |
|
Rok Susnik
|
e567409861
|
make native response asset id a pointer
|
2021-04-12 14:45:33 +02:00 |
|
mxmCherry
|
f732b8857f
|
Merge pull request #41 from mxmCherry/feature/v14
v14: fix go module
|
2020-03-01 15:09:34 +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 |
|
mxmCherry
|
16717e8089
|
go.mod
|
2019-07-08 20:54:40 +03:00 |
|
mxmCherry
|
073b7b395e
|
Merge pull request #39 from zachbadgett/event-tracking-method-fix
Change native tracking method type and event type to int64
|
2019-07-08 20:51:54 +03:00 |
|
Zach Badgett
|
c42b326d4c
|
Change native tracking method type and event type to int64
|
2019-07-08 10:57:13 -06:00 |
|
Max Cherry
|
cf3a19f0f1
|
adcom1: rename creative subtypes to sound more natural
|
2018-12-30 13:47:19 +02:00 |
|
Max Cherry
|
f108136ffc
|
cosmetics: make sure that every Go pkg README has godoc badge
|
2018-12-30 13:36:39 +02:00 |
|
Max Cherry
|
d09779892f
|
cosmetics: polishing native godoc pkg comments even further
|
2018-12-30 13:32:46 +02:00 |
|
Max Cherry
|
6c4b838916
|
README: OCD rewording
|
2018-12-30 13:29:57 +02:00 |
|
Max Cherry
|
73756b9686
|
cosmetics: polishing godoc package comments
|
2018-12-30 13:27:40 +02:00 |
|
mxmCherry
|
44d4f166f6
|
Merge pull request #36 from mxmCherry/v12
V12
|
2018-12-30 13:17:23 +02:00 |
|
Max Cherry
|
826b155bb2
|
adcom1: use zeros in proto version constants
Seems a bit more natural + it already distinguishes between stuff like 4.0 and 4.1
|
2018-12-30 12:58:11 +02:00 |
|
mxmCherry
|
9fffa2a166
|
Merge pull request #37 from mxmCherry/feature/simplify-integral-types
Feature/simplify integral types
|
2018-12-30 12:56:17 +02:00 |
|
Max Cherry
|
c4c0e4b2cc
|
types: fix comments after mass-replace
|
2018-12-30 12:51:05 +02:00 |
|
Max Cherry
|
aad0abdd75
|
types: fix openrtb2 ptr helpers
|
2018-12-30 12:47:22 +02:00 |
|
Max Cherry
|
3b335c8434
|
types: integral types hints in README
|
2018-12-30 12:45:55 +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
|
3682b9ade1
|
types: get rid of uint8 (int8 should do)
|
2018-12-30 12:40:26 +02:00 |
|
Max Cherry
|
ca66729d83
|
types: get rid of uint64 (int will do)
|
2018-12-30 12:39:11 +02:00 |
|
Max Cherry
|
318c132d23
|
types: get rid of 16-bit int/uint
|
2018-12-30 12:33:17 +02:00 |
|
Max Cherry
|
e7f855d096
|
adcom1: media response JSON sample fix: .display.type -> .display.ctype
https://github.com/InteractiveAdvertisingBureau/AdCOM/pull/9
|
2018-12-30 12:20:46 +02:00 |
|
Max Cherry
|
625dbccd47
|
README grooming + fixed godoc links
|
2018-12-28 15:50:07 +02:00 |
|
Max Cherry
|
210a06f0aa
|
adcom1: helper objects (object bundles) for openrtb3, tests
|
2018-12-28 15:39:16 +02:00 |
|
Max Cherry
|
b989bef12c
|
README polishing
|
2018-12-28 14:32:28 +02:00 |
|
Max Cherry
|
6d972ebdb9
|
README: reflect v12 changes
|
2018-12-28 14:22:02 +02:00 |
|
mxmCherry
|
1b58583824
|
Merge pull request #34 from mxmCherry/feature/adcom1
adcom1
|
2018-12-28 14:03:50 +02:00 |
|
mxmCherry
|
b39a975ca2
|
Merge pull request #31 from mxmCherry/feature/openrtb3
openrtb3
|
2018-12-28 14:03:41 +02:00 |
|
mxmCherry
|
0292ea4582
|
Merge pull request #35 from mxmCherry/feature/subpkgs
Feature/subpkgs
|
2018-12-28 14:03:21 +02:00 |
|
Max Cherry
|
89da0912f9
|
README: updated usage (import) example after subpkg moving
|
2018-12-28 14:00:24 +02:00 |
|
Max Cherry
|
1459501aaf
|
move everything from root package to openrtb2/native1 subpackages
|
2018-12-28 13:58:41 +02:00 |
|
Max Cherry
|
d066e77006
|
openrtb3: rename some files after package rename
|
2018-12-28 13:52:20 +02:00 |
|
Max Cherry
|
a3ff7a9eef
|
adcom1: rename package to adcom1 (avoid surprises)
|
2018-12-28 13:51:31 +02:00 |
|
Max Cherry
|
d0bcd50088
|
openrtb3: rename package to openrtb3 (avoid surprises)
|
2018-12-28 13:49:37 +02:00 |
|