You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`placement_id`| required | Serving ads based on placement_id. Contact Dailyhunt for placement_id. |`1`|`int`|
17
+
|`publisher_id`| required | Serving ads based on publisher_id. Contact Dailyhunt for publisher_id. |`1`|`int`|
18
+
|`partner_name`| required | Serving ads based on partner_name. Contact Dailyhunt for partner_name. |`dailyhunt`|`string`|
19
+
|`test_mode`| optional | Serving test mode campaign only. |`true`|`bool`|
20
+
|`bidfloor`| optional | Minimum bid for this bid expressed in CPM. |`1.4`|`float`|
21
+
|`video`| optional | A Video object required if this bid is offered as a video ad opportunity. It is ortb video object. |`video: { w: 640, h: 480, mimes: ["video/mp4"] }`|`object`|
22
+
|`site`| optional | Details about the publisher’s website. It is ortb site object. |`site:{id:"102855",cat:["IAB3-1"],domain:"http://m.dailyhunt.in",page:"http://m.dailyhunt.in/1234.html "}`|`object`|
23
+
|`device`| optional | Details about the user’s device to which the impression will be delivered. It is ortb device object. |`device: { ip: "64.124.253.1", os: "OS X", ua: "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.16) }`|`object`|
24
+
|`user`| optional | Details about the human user of the device; the advertising audience. It is ortb user object. |`user: { id: "456789876567897654678987656789", gender: "M", gender: 1990, keywords: "marketing,traveling,reading" }`|`object`|
25
+
|`publisher`| optional | Details about the Publisher of the site. It is ortb publisher object. |`publisher: { id: "8953", name: "dailyhunt", "cat": [ "IAB3-1" ], "domain": "m.dailyhunt.in" }`|`object`|
17
26
18
-
### Test Parameters
27
+
**Notes: The `video`, `site`, `device`, `user`, `publisher` objects are all ORTB objects. Please refer to the [ORTB documentation](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf) for additional details.**
0 commit comments