Postindustria
0d01af1cd2
Update IPLocationService type, add 51Degrees support ( #25 )
2026-05-14 15:05:28 -04:00
Scott Kay
bb6e1c537e
OpenRTB 2.6-202409 + AdCom v1.0-202409 ( #16 )
2024-12-12 13:05:53 -05:00
Scott Kay
1845ce2651
OpenRTB v2.6-202402 ( #15 )
2024-04-17 12:19:58 -04:00
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
047080cb39
OpenRTB 2.6-202211 ( #1 )
...
* InventoryPartnerDomain, ETime, + GPP
* DOOH
* Fix Type Name Change
* Final Release Update
* Revert Comment To Match Final Spec
* Remove inventorypartnerdomain from adcom app object and fix typos
Co-authored-by: bsardo <1168933+bsardo@users.noreply.github.com >
2022-12-06 01:02:35 -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
Scott Kay
8f0f562fbf
adcom1.PlacementPosition typo
2022-06-21 16:28:15 -04:00
Scott Kay
29db7b8785
openrtb2 connectiontype should still be a pointer
2022-06-21 16:27:45 -04:00
mxmCherry
185f7cb397
adcom1: prod quality - add Unknown (0) - defined by recent AdCOM
2022-05-19 15:54:31 +03:00
mxmCherry
7b1a4ea9d4
adcom1: rename StartDelayMode -> StartDelay
2022-05-19 15:45:45 +03:00
Scott Kay
c7f17835b1
adcom1: ptr helpers for nvol
2022-05-19 02:12:24 -04:00
Scott Kay
f1466dfd91
StartDelayMode Enum
2022-05-17 02:18:50 -04:00
mxmCherry
516ccc6485
openrtb2: resolve Banner TODOs
...
- bring back removed fields - only deprecate, do not remove
- reuse adcom1 enums
2022-05-16 22:06:14 +03:00
mxmCherry
1d20ff2e69
adcom1: change const prefix ATypeXXX -> AgentTypeXXX
2022-05-16 20:54:05 +03:00
mxmCherry
649ff719e4
adcom1: fix godoc comment
2022-05-16 19:58:27 +03:00
mxmCherry
77b6c0a773
adcom1: fix ExtendedIdentifierUID name/desc/json
2022-05-16 19:55:14 +03:00
mxmCherry
651b9938be
adcom1: api framework - follow Xxx10 convention
2022-05-16 19:20:00 +03:00
mxmCherry
8b4c1f48f1
adcom1: fix mistype
2022-05-16 19:03:26 +03:00
mxmCherry
ca9bdd67ae
native1: constant naming: "Xxx 1.0" -> "Xxx10"
2022-05-16 18:54:59 +03:00
Scott Kay
53b2d0defd
Fix More Object Pointers
2022-05-13 00:34:05 -04:00
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
a8fef21c3b
Increment Version
2022-05-11 17:08:34 -04:00
mxmCherry
0dc23e6747
hk: prepare v15 release
2021-04-12 19:27:16 +03: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
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
73756b9686
cosmetics: polishing godoc package comments
2018-12-30 13:27:40 +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
Max Cherry
c4c0e4b2cc
types: fix comments after mass-replace
2018-12-30 12:51:05 +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
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
a3ff7a9eef
adcom1: rename package to adcom1 (avoid surprises)
2018-12-28 13:51:31 +02:00
Max Cherry
3d51ce9f94
adcom1: int type corrections: utcoffset - int, w/h ratios - uint8
2018-12-28 13:14:33 +02:00
Max Cherry
8f16e4006d
adcom1: review numeric types - use fixed-size int/uint
2018-12-28 12:57:09 +02:00
Max Cherry
e16d59dbc8
adcom1: volume normalization mode: renamed loudness option
2018-12-27 15:21:09 +02:00
Max Cherry
c8f0fbc7db
adcom1: use exact types instead of interface{} placeholders
2018-12-27 15:18:20 +02:00
Max Cherry
f2b08cfc8a
adcom1: enums: choose smaller (appropriate) types for closed enums (without 500+ vendor-specific notes)
2018-12-27 14:56:23 +02:00
Max Cherry
4b4667d693
adcom1: implement/reject TODOs
2018-12-27 14:51:54 +02:00