Skip to content

Commit

Permalink
Zeta global ssp (#2837)
Browse files Browse the repository at this point in the history
* zeta_global_ssp.md

* Minor changes in 'tags' describing

Co-authored-by: Surovenko Alexey <surovenko.alexey@gmail.com>
  • Loading branch information
asurovenko-zeta and surovenko authored Apr 29, 2021
1 parent 6d71065 commit 2ed60c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev-docs/bidders/zeta_global_ssp.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ All references to the OpenRTB spec refer to OpenRtb v2.5 (https://www.iab.com/wp
|----------------------|----------|---------------------------------------------------------------------------------------------------------------------|--------------|-----------|
| `user` | required | The object containing user data (See OpenRTB spec) | `user: {}` | `object` |
| `user.buyeruid` | required | Zeta's user id | `"12345"` | `string` |
| `device` | required | The object containing device data (See OpenRTB spec) | `device: {}` | `object` |
| `device.ip` | required | The client IP | `"0.0.0.0"` | `string` |
| `device.geo` | required | The object containing geo data (See OpenRTB spec) | `geo: {}` | `object` |
| `device.geo.country` | required | The country code pertinent to the request data | `"USA"` | `string` |
| `tags` | optional | The object containing set of custom tags provided by publisher | `tags: {}` | `object` |
| `tags` | optional | The object containing set of Zeta's custom tags witch publisher have to supply | `tags: {}` | `object` |
| `site` | optional | The object containing site data (See OpenRTB spec) | `site: {}` | `object` |
| `app` | optional | The object containing app data (See OpenRTB spec) | `app: {}` | `object` |
| `test` | optional | Flag which will induce a sample bid response when true; only set to true for testing purposes (1 = true, 0 = false) | `1` | `integer` |

0 comments on commit 2ed60c9

Please sign in to comment.