Commit Graph

81 Commits

Author SHA1 Message Date
Max Cherry cfec10564b Ptr helpers for enum types 2017-10-19 21:29:06 +03:00
Max Cherry 20dc311b23 Added Ptr{Int8,Uint64} helpers 2017-10-19 21:21:04 +03:00
Max Cherry bf39777550 Bring back omitempty for Banner.{W,H} - they are pointers now 2017-10-19 21:19:10 +03:00
Max Cherry 6956869690 Make Banner.{W,H} pointers 2017-10-19 21:16:46 +03:00
Max Cherry 9618ba2416 Merge pull request #16 from prebid/do-not-omitempty-on-wh
Allow width and height in Open RTB banner object to send values equal to 0
2017-10-19 21:14:13 +03:00
Nicole Hedley daf9ad5605 Add unit test case for instl : 1 with width and height = 0 2017-10-19 13:21:23 -04:00
Nicole Hedley 8e66d6428e Also remove format 2017-10-19 13:11:37 -04:00
Nicole Hedley b14edb631c Get rid of extra differences between fork and upstream 2017-10-19 13:10:32 -04:00
Nicole Hedley 57120d1634 Merge branch 'master' into do-not-omitempty-on-wh 2017-10-19 13:05:45 -04:00
Nicole Hedley e2bfae946b Merge remote-tracking branch 'upstream/master' 2017-10-19 13:04:28 -04:00
Nicole Hedley c349c04bbb Width and height can be 0 so do not omitempty 2017-10-19 12:52:51 -04:00
Max Cherry 8089b78b37 Travis: use Go 1.9.x, it is out now 2017-10-01 12:30:41 +03:00
Max Cherry e2f85b80f8 Format type comments - one sentence per line 2017-10-01 12:29:59 +03:00
Max Cherry f292c3e2a9 README update - guidelines for enums 2017-10-01 12:14:46 +03:00
Max Cherry 5bbe78d9ff Enums (except 5.1 Content Categories) + some fixes (missing attrs) 2017-10-01 11:57:06 +03:00
Max Cherry 7ef1e0d1b9 Merge pull request #14 from evgenigourvitch/enums
Changed integers to be pointers to allow zeros be pas…
2017-09-10 12:03:39 +03:00
Yevgeni Gurevitch 32fa653263 renamed to be camelCase 2017-09-10 11:46:47 +03:00
Yevgeni Gurevitch ad6fa59c51 removed enums.go 2017-09-10 11:45:28 +03:00
Yevgeni Gurevitch d1317083d4 typo fix - making enums public 2017-08-31 23:00:58 +03:00
Yevgeni Gurevitch 1032c995cf added enums and changed integers to be pointers to allow zeros be passed in json 2017-08-31 17:40:08 +03:00
Max Cherry af5bbec362 Merge pull request #12 from evgenigourvitch/nbr-field-zero-value-fix
receive 0 values in nbr field correctly
2017-08-17 19:26:47 +03:00
Max Cherry 00632a6a59 Merge pull request #11 from Crazy-Owl/secure
make secure field a pointer so zero value can be included in JSON
2017-08-17 19:24:44 +03:00
Yevgeni Gurevitch cb0eab8572 receive 0 values in nbr field correctly 2017-08-17 16:18:49 +03:00
Crazy-Owl 0abeb25ad2 make secure field a pointer so zero value can be included in JSON 2017-08-17 12:36:12 +03:00
Max Cherry 0dd148086b Merge pull request #9 from evgenigourvitch/skip-flag-fix
force skip flag to be sent when it's value is 0
2017-08-09 20:51:43 +03:00
Yevgeni Gurevitch bddaabddda cr 2017-08-09 20:49:37 +03:00
Yevgeni Gurevitch ae480bf11b force skip flag to be sent when it's value is 0 2017-08-09 17:47:06 +03:00
Max Cherry 0ccafe339d OCD: whitespace/newline cosmetics 2017-06-25 12:26:05 +03:00
Max Cherry c643d35aff README: removed "done" TODO items 2017-06-25 12:14:26 +03:00
Max Cherry 4574bb1724 Updated to OpenRTB spec 2.5
http://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf

Squashed commit of the following:

commit 40ffaaa76654096ff0a91101421cc36d54ef5968
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 25 12:01:12 2017 +0300

    README: slight cosmetics

commit 5eb0358060f355dd120f66912de1e1b93f0f8772
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 25 12:00:09 2017 +0300

    README: preparing for release

commit d62bda4a2d03462ed2b65a2f2600d13c88a43009
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 25 11:59:23 2017 +0300

    README: review done

commit 7ba05ea615088fd6f284f1a9964291600bfa0b5c
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 25 11:57:23 2017 +0300

    Review: added missing Audio.stitched property

commit be722248b554647522ce460fca2059d34def1dd8
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 18 16:15:35 2017 +0300

    Travis: actually, better stick with 1.9 betas

commit d0b0c16a4539cc3bcc2bcbfd8946820788f05023
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 18 16:14:16 2017 +0300

    Travis: master builds till 1.9 is out

commit 62635330272d14300a4240de984c45337680af65
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 18 16:11:07 2017 +0300

    Travis: try Go 1.9beta1

commit 23e97c18636669930da5dbfe516faf29ed3a70a8
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 18 16:06:18 2017 +0300

    Travis

commit d5c7d013c510ce3220a8ba8cd0d355ec5765491d
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 18 15:57:08 2017 +0300

    README: v4.0.0 release date

commit 14d8158820032b11822f3b2cd981c16f5ccf2dfa
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 18 15:55:55 2017 +0300

    Copied examples from OpenRTB 2.5, reformatted

commit e1fc9ebdc8a44d93b5aa48f7e61a7c9fdcdcc3dd
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sun Jun 18 15:30:22 2017 +0300

    README - TODOs

commit 0d014dea1020f02db82488a848bdbbf8fadcdc52
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:45:01 2017 +0300

    README

commit 0d43a00d827670d39d83dfdab556a4153dfba1bb
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:43:15 2017 +0300

    More README cosmetics

commit ce476e32eff212079e3732a5ec316beb7fe9790d
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:42:38 2017 +0300

    README cosmetics

commit 8a78e95b19f31be264222e917c5672a8740d6475
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:41:56 2017 +0300

    Minor renames

commit de717476525c2f91cdd7bcd11c292161f605c28d
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:41:33 2017 +0300

    Minor comment fix

commit dc35a1d7bac2c8c26bf1e3d04c898ba7cab2ba96
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:41:08 2017 +0300

    No more OpenRTB 2.3 references

commit 38de47098f2a57a93015ca71264afaa02d11d64b
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:39:28 2017 +0300

    More README improvs, switch everything to OpenRTB 2.5

commit a739f31497a24467900af2980859c7c6ebcdd457
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:36:11 2017 +0300

    AT - use int64; rewrite README - stricter numeric types usage + drop gopkg.in, recommend package manager

commit 56adc1a89d74ccf30df1acea40b298395cd10dbf
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:10:57 2017 +0300

    AuctionType - uint64, can be > 500

commit da45c3e8995152d06e777ed8bfc3ef83493633a6
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:04:00 2017 +0300

    README: more TODOs

commit 931a2b07a693104a3387d6558d56ef996bb82dba
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 17:00:41 2017 +0300

    Make sure everything time-related is int64

commit 720c1ce0b5aa48af58c7306c9f7369d60a2865fc
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:46:12 2017 +0300

    README: more TODOs - copy more recent tests

commit b658fab7365772f2ba3a9ee55ba1616f842732b1
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:44:56 2017 +0300

    More TODO

commit e5185fa5dc6958cbc5f49d5d9bb61b568da5e1f4
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:43:10 2017 +0300

    Reviewed time/duration attributes - to use int64

commit cbb560af3063d10a95b5a26230b26ee25918dcfd
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:37:08 2017 +0300

    README: Current TODO

commit b7d3f701884892a3e667b3f8c26ca7e2fbeb46bf
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:35:54 2017 +0300

    OpenRTB 2.5: Video

commit 8d4824b8b8005fe8d67133493dd0b393a7416945
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:26:10 2017 +0300

    OpenRTB 2.5: Native

commit d40367062fe4f4009bea0697dc2a77a7549b03f4
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:23:51 2017 +0300

    OpenRTB 2.5: Banner

commit 18962c3c1ebdfc604ae564808ef4141d67fd90ed
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:16:42 2017 +0300

    OpenRTB 2.5: Content

commit 58a840d97f7e16a447c065b5b7465367459baf0f
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:07:35 2017 +0300

    OpenRTB 2.5: Device

commit 4a072229b874a93922eabfd003148b6186c2f1d4
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 14:00:51 2017 +0300

    OpenRTB 2.5: Geo

commit 41d50bc6d2b760daecdb2296ad83bf4750a39ca6
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 13:55:28 2017 +0300

    OpenRTB 2.5: Bid

commit f20f2a038580abe7a47d0285430140147af9bc38
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 13:41:50 2017 +0300

    OpenRTB 2.5: SeatBid

commit cfd46a38a7f330853fd07e5fe5bf87c8aedc82f2
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 13:40:40 2017 +0300

    OpenRTB 2.5: BidResponse

commit 8c165bb20ba9ff4bf237d5cf89a74db05495378a
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 13:38:44 2017 +0300

    OpenRTB 2.5: Segment

commit 610a4ee4a799934bba1d5678b3acebfae6390cd2
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 13:37:44 2017 +0300

    OpenRTB 2.5: Data

commit ac37bd4310a12c6e8311a62591cd8059c55e6390
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:47:52 2017 +0300

    OpenRTB 2.5: User

commit 8a63daa5d6caea5677b7df304f40fd83c073bc9d
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:44:06 2017 +0300

    OpenRTB 2.5: Producer

commit 8ad8a1880b970044d3312efa0482b9136fab2abf
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:42:54 2017 +0300

    OpenRTB 2.5: Publisher

commit 59c859c7249238c56a571183376aadd1adbe8394
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:41:39 2017 +0300

    OpenRTB 2.5: App

commit 14756ddf66fd0fc42d89ddaa521cd6054c39bd21
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:39:10 2017 +0300

    OpenRTB 2.5: Site

commit 9bbb35253de1d1df21165b8d320c2bebfbc01542
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:36:25 2017 +0300

    OpenRTB 2.5: Deal

commit 8f88319a83b472c92f3ddc13fa2dabc9c7319c4c
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:33:41 2017 +0300

    OpenRTB 2.5: PMP

commit 3be39a13e1c480b1ca1462a526d9e041631773a9
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:31:43 2017 +0300

    OpenRTB 2.5: Imp, Audio

commit 36c9487ad5255dbd027e10b7379663e643b2b50c
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:12:32 2017 +0300

    Added OpenRTB 2.5 Metric and Format objects

commit e1205cf8701e91c782e3397e8f780be872544780
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:04:25 2017 +0300

    README update

commit 325778b755bc9e3ba084a726dae5e9c622c1f2fc
Author: Max Cherry <mxmCherry@gmail.com>
Date:   Sat Jun 17 12:03:33 2017 +0300

    Started working on OpenRTB 2.5 compliance - BidRequest, Source, Regs updated
2017-06-25 12:03:32 +03:00
Brian O'Kelley 4abcf75771 Update device and geo to openrtb 2.5 2017-05-07 14:20:40 -04:00
Brian O'Kelley b5b1fb39df Update device and geo to openrtb 2.5 2017-05-07 14:20:27 -04:00
Brian O'Kelley caae377f7d omitempty on non-required fields 2017-04-26 18:12:50 -04:00
Brian O'Kelley 2a139cf623 add rest of files 2017-04-24 09:55:29 -04:00
Brian O'Kelley fbfffffcc0 initial revs to support prebid server 2017-04-23 15:22:53 -04:00
Max Cherry e6a227e5dc Updated Readme - added TODO section 2017-01-19 22:24:54 +02:00
Max Cherry 5b614ff545 Use RawJSON type for Ext instead of interface{}
As proposed in: https://github.com/mxmCherry/openrtb/issues/8
2017-01-19 21:59:47 +02:00
Max Cherry 0e64a5f83e Added simple tests (JSON marshalling); deprecated User.BuyerID property (in favor of User.BuyerUID) 2016-07-30 12:24:06 +03:00
Max Cherry 9c5f1bf8f8 Major version bump (Video.Protocol type changed) 2016-07-11 20:53:51 +03:00
Max Cherry 8c7fcfff4d Merge pull request #7 from grudzinski/master
Fix Protocol in Video https://github.com/mxmCherry/openrtb/issues/6
2016-07-11 20:50:25 +03:00
Roman Grudzinski 90b54e516f Fix Protocol in Video 2016-07-11 18:18:16 +03:00
Max Cherry a9dc96e9ec Added missing Bid.Attr property, fixed godoc comments 2016-06-15 10:50:33 +03:00
Max Cherry 065bcf8a84 README - fix go get example 2016-06-13 21:24:43 +03:00
Max Cherry 6f45e9179c README - fix for import example 2016-06-13 21:23:04 +03:00
Max Cherry e8052686a4 README - preparing version bump 2016-06-13 21:14:07 +03:00
Max Cherry adbec5ce19 Switch from uint8 to int8 - https://github.com/mxmCherry/openrtb/issues/3 2016-06-13 21:07:32 +03:00
Max Cherry e3985e05fb BidRequest.BAdv comment fix 2016-06-13 20:17:13 +03:00
Max Cherry 9640e82bf5 Use gopkg.in/mxmCherry/openrtb.v0 2016-04-06 22:03:35 +03:00
Max Cherry 39e52fd021 Device: added 'connectiontype' 2016-04-06 21:55:10 +03:00
Max Cherry e301ee39a9 Migrate to github.com/mxmCherry/openrtb, update docs (README) 2016-04-06 21:48:46 +03:00