Getting StartedLearn more about how open auction line items work with our API here!
Endpoints
Info
- Create operations using the
POSTmethod expect every Required field; omitting Optional fields will set those fields to Default values - Update operations using the
PUTmethod expect every Writeable field; omitting these fields is equivalent to setting them tonull, if possible
Line Item Attributes
- Input excludes platform feesAccepted values: at least the greatest value of
minBidacross all products in the line item Default:0.3Writeable? Y / Nullable? N | |maxBid| decimal | If optimizing forconversionorrevenue, the maximum amount allowed to bid for each display (respected regardless oftargetBid). Does not apply if optimizing forclicksBidding is uncapped if omitted or set tonullℹ️ Note:- Must meetminBidfor line item to deliver ads, which depends on selected products (available through the Catalog) - Input excludes platform feesAccepted values: at least
0.1Writeable? Y / Nullable? Y | |status| enum | Line item status, can only be updated by user toactiveorpausedOther values are applied automatically depending start/end dates, financials or missing attributes required for line item to deliver ads. To understand the conditions that cause status changes, check out Campaign & Line Item StatusAccepted values:active,paused,scheduled,ended,budgetHit,noFunds,draft,arquivedWriteable? N / Nullable? N | |createdAt| timestamp | Timestamp of line item creation, in UTCAccepted values:yyyy-mm-ddThh:mm:ss±hh:mm(in ISO-8601) Writeable? N / Nullable? N | |updatedAt| timestamp | Timestamp of last line item update, in UTCAccepted values:yyyy-mm-ddThh:mm:ss±hh:mm(in ISO-8601 ) Writeable? N / Nullable? N |