Commit 07e6e30
Flipp Bid Adapter: fix height parameter (prebid#11633)
* Flipp Bid Adapter: initial release
* Added flippBidAdapter
* OFF-372 Support DTX/Hero in flippBidAdapter (#2)
* support creativeType
* OFF-422 flippBidAdapter handle AdTypes
---------
Co-authored-by: Jairo Panduro <[email protected]>
* OFF-465 Add getUserKey logic to prebid.js adapter (#3)
* Support cookie sync and uid
* address pr feedback
* remove redundant check
* OFF-500 Support "startCompact" param for Prebid.JS #4
* set startCompact default value (#5)
* fix docs
* use client bidding endpoint
* update unit testing endpoint
* OFF-876 [Prebid Adapter] Check userKey for empty string (#6)
* add more checks to userKey
* update document
* add uuid format statement
* modify docs
* fix network id
* use compactHeight and standardHeight in customData (#7)
* OFF-1455 [Prebid.js] height should use the compactHeight and standardHeight fields in decisions response (#8)
* Flipp Bid Adapter: initial release
* Added flippBidAdapter
* OFF-372 Support DTX/Hero in flippBidAdapter (#2)
* support creativeType
* OFF-422 flippBidAdapter handle AdTypes
---------
Co-authored-by: Jairo Panduro <[email protected]>
* OFF-465 Add getUserKey logic to prebid.js adapter (#3)
* Support cookie sync and uid
* address pr feedback
* remove redundant check
* OFF-500 Support "startCompact" param for Prebid.JS #4
* set startCompact default value (#5)
* fix docs
* use client bidding endpoint
* update unit testing endpoint
* OFF-876 [Prebid Adapter] Check userKey for empty string (#6)
* add more checks to userKey
* update document
* add uuid format statement
* modify docs
* fix network id
* use compactHeight and standardHeight in customData
---------
Co-authored-by: Jairo Panduro <[email protected]>
* Update flippBidAdapter.js
* use compactHeight and standardHeight in customData (#7)
* update docs
* fix unit test
---------
Co-authored-by: Jairo Panduro <[email protected]>1 parent 74c8644 commit 07e6e30
File tree
2 files changed
+14
-2
lines changed- modules
- test/spec/modules
2 files changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| |||
114 | 122 | | |
115 | 123 | | |
116 | 124 | | |
117 | | - | |
| 125 | + | |
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
| |||
0 commit comments