Scott Kay
|
abbe874c63
|
Missed DeliveryMethod In Video.Delivery
|
2022-05-17 02:49:09 -04:00 |
|
Scott Kay
|
1e4159b4a3
|
PlaybackCessationMode Enum
|
2022-05-17 02:46:49 -04:00 |
|
Scott Kay
|
1bfa94faa3
|
Missed A CreativeAttribute Enum
|
2022-05-17 02:44:45 -04:00 |
|
Scott Kay
|
434839045b
|
APIFramework Enum + Fix APIs Type
|
2022-05-17 02:41:35 -04:00 |
|
Scott Kay
|
92c8205e77
|
DeliveryMethod Enum
|
2022-05-17 02:36:07 -04:00 |
|
Scott Kay
|
ce8835cd94
|
Added Note For Attr Enum
|
2022-05-17 02:35:09 -04:00 |
|
Scott Kay
|
d61ab70ae3
|
Missed A CreativeAttribute Enum Field
|
2022-05-17 02:33:39 -04:00 |
|
Scott Kay
|
d93cf025b7
|
CategoryTaxonomy Enum
|
2022-05-17 02:32:16 -04:00 |
|
Scott Kay
|
e09d9fa9c4
|
Missed A Protocol Enum Reference
|
2022-05-17 02:27:31 -04:00 |
|
Scott Kay
|
5dcbf77341
|
BAttr Enum
|
2022-05-17 02:22:41 -04:00 |
|
Scott Kay
|
f1466dfd91
|
StartDelayMode Enum
|
2022-05-17 02:18:50 -04:00 |
|
Scott Kay
|
cd5d1e704d
|
PlaybackMethod Enum
|
2022-05-17 02:07:31 -04:00 |
|
Scott Kay
|
bb5afb30e3
|
DeviceType Enum
|
2022-05-17 02:04:29 -04:00 |
|
Scott Kay
|
8b983d7713
|
Protocols Enum + Restored Video.Protocol
|
2022-05-17 02:02:14 -04:00 |
|
Scott Kay
|
a224717b79
|
UserAgentSource Enum
|
2022-05-17 01:47:14 -04:00 |
|
Scott Kay
|
57c9678861
|
PodSequence + SlotPositionInPod Enums
|
2022-05-17 01:40:26 -04:00 |
|
Scott Kay
|
855ba226fe
|
AgentType Enum Added For OpenRTB 2.6
|
2022-05-17 01:33:30 -04:00 |
|
mxmCherry
|
74f4d14f34
|
openrtb2: testdata - just reformat JSON with jq
|
2022-05-16 23:11:38 +03:00 |
|
mxmCherry
|
917bf91516
|
openrtb2: use 2.6 test examples
|
2022-05-16 23:03:02 +03:00 |
|
mxmCherry
|
a27c40aabf
|
openrtb2: impl TODOs for App
|
2022-05-16 22:14:24 +03: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
|
2d835abf5f
|
openrtb2: rm extra whitespace (tab)
|
2022-05-16 21:46:41 +03:00 |
|
mxmCherry
|
d63e0e1cf6
|
openrtb2: bring back rm-ed Banner fields
openrtb2 should be usable with all the versions 2.0 .. 2.6 - only deprecate, do not remove fields
|
2022-05-16 21:44:55 +03:00 |
|
Scott Kay
|
53b2d0defd
|
Fix More Object Pointers
|
2022-05-13 00:34:05 -04:00 |
|
Scott Kay
|
6ed3abe740
|
Fix Tests - Object Pointer Mistake
|
2022-05-13 00:24:39 -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
|
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
|
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
|
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
|
aad0abdd75
|
types: fix openrtb2 ptr helpers
|
2018-12-30 12:47:22 +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 |
|