View Source OpenRtbEcto.V3.BidResponse.SeatBid (OpenRtbEcto v0.6.5)

A bid response can contain multiple Seatbid objects, each on behalf of a different buyer seat and each containing one or more individual bids. If multiple items are presented in the request offer, the package attribute can be used to specify if a seat is willing to accept any impressions that it can win (default) or if it is interested in winning any only if it can win them all as a group.

Attribute         Type                     Definition
seat string, recommended ID of the buyer seat on whose behalf this bid is made.
package integer;
default 0
For offers with multiple items, this flag Indicates if the bidder is willing to accept wins on a subset of bids or requires the full group as a package, where 0 = individual wins accepted; 1 = package win or loss only.
bid object array; required Array of 1+ Bid objects each related to an item. Multiple bids can relate to the same item. Refer to Object: Bid.
ext object Optional demand source specific extensions.

Summary

Functions

Link to this function

changeset(seat_bid, attrs \\ %{})

View Source