RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Attributes
OpenRTB::SeatBid Struct Reference

#include <openrtb.h>

List of all members.

Public Attributes

vector< Bidbid
 Array of bid objects (relating to imps)
Id seat
 Seat on behalf of whom the bid is made.
TaggedInt group
 If true, imps must be won as a group.
Json::Value ext
 Extension fields.

Detailed Description

4.3.2 Seat Bid Object

A bid response can contain multiple “seatbid” objects, each on behalf of a different bidder seat. Since a bid request can include multiple impressions, each “seatbid” object can contain multiple bids each pertaining to a different impression on behalf of a seat. Thus, each “bid” object must include the impression ID to which it pertains as well as the bid price. The “group” attribute can be used to specify if a seat is willing to accept any impressions that it can win (default) or if it is only interested in winning any if it can win them all (i.e., all or nothing).

Definition at line 1263 of file openrtb.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator