public static interface OpenRtbProtobuf.DealOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAt()
Auction type.
|
double |
getBidfloor()
Bid floor for this impression (in CPM of bidfloorcur).
|
String |
getBidfloorcur()
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes.
|
com.google.protobuf.ByteString |
getBidfloorcurBytes()
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes.
|
String |
getId()
A unique identifier for the direct deal.
|
com.google.protobuf.ByteString |
getIdBytes()
A unique identifier for the direct deal.
|
String |
getWadomain(int index)
Array of advertiser domains allowed to bid on this Direct Deal.
|
com.google.protobuf.ByteString |
getWadomainBytes(int index)
Array of advertiser domains allowed to bid on this Direct Deal.
|
int |
getWadomainCount()
Array of advertiser domains allowed to bid on this Direct Deal.
|
List<String> |
getWadomainList()
Array of advertiser domains allowed to bid on this Direct Deal.
|
String |
getWseat(int index)
Array of buyer seats allowed to bid on this Direct Deal.
|
com.google.protobuf.ByteString |
getWseatBytes(int index)
Array of buyer seats allowed to bid on this Direct Deal.
|
int |
getWseatCount()
Array of buyer seats allowed to bid on this Direct Deal.
|
List<String> |
getWseatList()
Array of buyer seats allowed to bid on this Direct Deal.
|
boolean |
hasAt()
Auction type.
|
boolean |
hasBidfloor()
Bid floor for this impression (in CPM of bidfloorcur).
|
boolean |
hasBidfloorcur()
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes.
|
boolean |
hasId()
A unique identifier for the direct deal.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
A unique identifier for the direct deal.
optional string id = 1;String getId()
A unique identifier for the direct deal.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
A unique identifier for the direct deal.
optional string id = 1;boolean hasBidfloor()
Bid floor for this impression (in CPM of bidfloorcur).
optional double bidfloor = 2;double getBidfloor()
Bid floor for this impression (in CPM of bidfloorcur).
optional double bidfloor = 2;boolean hasBidfloorcur()
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes. Note, this may be different from bid currency returned by bidder, if this is allowed on an exchange.
optional string bidfloorcur = 3 [default = "USD"];String getBidfloorcur()
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes. Note, this may be different from bid currency returned by bidder, if this is allowed on an exchange.
optional string bidfloorcur = 3 [default = "USD"];com.google.protobuf.ByteString getBidfloorcurBytes()
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes. Note, this may be different from bid currency returned by bidder, if this is allowed on an exchange.
optional string bidfloorcur = 3 [default = "USD"];List<String> getWseatList()
Array of buyer seats allowed to bid on this Direct Deal. Seats are an optional feature of an exchange. For example, [“4”,”34”,”82”,”45”] indicates that only advertisers using these exchange seats are allowed to bid on this direct deal.
repeated string wseat = 4;int getWseatCount()
Array of buyer seats allowed to bid on this Direct Deal. Seats are an optional feature of an exchange. For example, [“4”,”34”,”82”,”45”] indicates that only advertisers using these exchange seats are allowed to bid on this direct deal.
repeated string wseat = 4;String getWseat(int index)
Array of buyer seats allowed to bid on this Direct Deal. Seats are an optional feature of an exchange. For example, [“4”,”34”,”82”,”45”] indicates that only advertisers using these exchange seats are allowed to bid on this direct deal.
repeated string wseat = 4;com.google.protobuf.ByteString getWseatBytes(int index)
Array of buyer seats allowed to bid on this Direct Deal. Seats are an optional feature of an exchange. For example, [“4”,”34”,”82”,”45”] indicates that only advertisers using these exchange seats are allowed to bid on this direct deal.
repeated string wseat = 4;List<String> getWadomainList()
Array of advertiser domains allowed to bid on this Direct Deal. For example, [“advertiser1.com”,”advertiser2.com”] indicates that only the listed advertisers are allowed to bid on this direct deal.
repeated string wadomain = 5;int getWadomainCount()
Array of advertiser domains allowed to bid on this Direct Deal. For example, [“advertiser1.com”,”advertiser2.com”] indicates that only the listed advertisers are allowed to bid on this direct deal.
repeated string wadomain = 5;String getWadomain(int index)
Array of advertiser domains allowed to bid on this Direct Deal. For example, [“advertiser1.com”,”advertiser2.com”] indicates that only the listed advertisers are allowed to bid on this direct deal.
repeated string wadomain = 5;com.google.protobuf.ByteString getWadomainBytes(int index)
Array of advertiser domains allowed to bid on this Direct Deal. For example, [“advertiser1.com”,”advertiser2.com”] indicates that only the listed advertisers are allowed to bid on this direct deal.
repeated string wadomain = 5;boolean hasAt()
Auction type. If “1”, then first price auction. If “2”, then second price auction. If “3”, the passed bidfloor indicates the apriori agreed upon deal price. Additional auction types can be defined as per the exchange’s business rules.
optional uint32 at = 6;int getAt()
Auction type. If “1”, then first price auction. If “2”, then second price auction. If “3”, the passed bidfloor indicates the apriori agreed upon deal price. Additional auction types can be defined as per the exchange’s business rules.
optional uint32 at = 6;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.