public static interface BrxRtb095.BidResponse.BidOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAdomain(int index)
repeated string adomain = 5; |
com.google.protobuf.ByteString |
getAdomainBytes(int index)
repeated string adomain = 5; |
int |
getAdomainCount()
repeated string adomain = 5; |
com.google.protobuf.ProtocolStringList |
getAdomainList()
repeated string adomain = 5; |
String |
getCid()
optional string cid = 6; |
com.google.protobuf.ByteString |
getCidBytes()
optional string cid = 6; |
String |
getCrid()
optional string crid = 7; |
com.google.protobuf.ByteString |
getCridBytes()
optional string crid = 7; |
BrxRtb095.BidResponse.BidExt |
getExt()
optional .BidResponse.BidExt ext = 8; |
BrxRtb095.BidResponse.BidExtOrBuilder |
getExtOrBuilder()
optional .BidResponse.BidExt ext = 8; |
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
String |
getImpid()
optional string impid = 2; |
com.google.protobuf.ByteString |
getImpidBytes()
optional string impid = 2; |
String |
getNurl()
optional string nurl = 4; |
com.google.protobuf.ByteString |
getNurlBytes()
optional string nurl = 4; |
float |
getPrice()
optional float price = 3; |
boolean |
hasCid()
optional string cid = 6; |
boolean |
hasCrid()
optional string crid = 7; |
boolean |
hasExt()
optional .BidResponse.BidExt ext = 8; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasImpid()
optional string impid = 2; |
boolean |
hasNurl()
optional string nurl = 4; |
boolean |
hasPrice()
optional float price = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional string id = 1;
For each bid, the VAST URL should be passed in the “nurl” field The request of the "nurl" informs the bidder of the win; the response must be VAST XML for the ad The "nurl" should include ##BRX_CLEARING_PRICE## assigned to a parameter to accept the winning price ratio. BRX will replace this macro with the correct value. Please refer to the PDF documentation for details on calculating the winning price.
String getId()
optional string id = 1;
For each bid, the VAST URL should be passed in the “nurl” field The request of the "nurl" informs the bidder of the win; the response must be VAST XML for the ad The "nurl" should include ##BRX_CLEARING_PRICE## assigned to a parameter to accept the winning price ratio. BRX will replace this macro with the correct value. Please refer to the PDF documentation for details on calculating the winning price.
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
For each bid, the VAST URL should be passed in the “nurl” field The request of the "nurl" informs the bidder of the win; the response must be VAST XML for the ad The "nurl" should include ##BRX_CLEARING_PRICE## assigned to a parameter to accept the winning price ratio. BRX will replace this macro with the correct value. Please refer to the PDF documentation for details on calculating the winning price.
boolean hasImpid()
optional string impid = 2;
ID of the Imp object from the bid request to which this bid applies.
String getImpid()
optional string impid = 2;
ID of the Imp object from the bid request to which this bid applies.
com.google.protobuf.ByteString getImpidBytes()
optional string impid = 2;
ID of the Imp object from the bid request to which this bid applies.
boolean hasPrice()
optional float price = 3;
Bid price in CPM. WARNING/Best Practice: Although this value is a float, OpenRTB strongly suggests using integer math for accounting to avoid rounding errors
float getPrice()
optional float price = 3;
Bid price in CPM. WARNING/Best Practice: Although this value is a float, OpenRTB strongly suggests using integer math for accounting to avoid rounding errors
boolean hasNurl()
optional string nurl = 4;
VAST URL. Bidders should add a random number or cache busting string to the VAST tag returned and include the BRX macro (##BRX_CLEARING_PRICE##) for winning price ratio replacement. Please refer to the PDF documentation for details on calculating the winning price.
String getNurl()
optional string nurl = 4;
VAST URL. Bidders should add a random number or cache busting string to the VAST tag returned and include the BRX macro (##BRX_CLEARING_PRICE##) for winning price ratio replacement. Please refer to the PDF documentation for details on calculating the winning price.
com.google.protobuf.ByteString getNurlBytes()
optional string nurl = 4;
VAST URL. Bidders should add a random number or cache busting string to the VAST tag returned and include the BRX macro (##BRX_CLEARING_PRICE##) for winning price ratio replacement. Please refer to the PDF documentation for details on calculating the winning price.
com.google.protobuf.ProtocolStringList getAdomainList()
repeated string adomain = 5;
Advertiser’s primary or top-level domain(s) for advertiser checking. This can be a list of domains if there is a rotating creative. However, exchanges may mandate that only one landing domain is allowed.
int getAdomainCount()
repeated string adomain = 5;
Advertiser’s primary or top-level domain(s) for advertiser checking. This can be a list of domains if there is a rotating creative. However, exchanges may mandate that only one landing domain is allowed.
String getAdomain(int index)
repeated string adomain = 5;
Advertiser’s primary or top-level domain(s) for advertiser checking. This can be a list of domains if there is a rotating creative. However, exchanges may mandate that only one landing domain is allowed.
com.google.protobuf.ByteString getAdomainBytes(int index)
repeated string adomain = 5;
Advertiser’s primary or top-level domain(s) for advertiser checking. This can be a list of domains if there is a rotating creative. However, exchanges may mandate that only one landing domain is allowed.
boolean hasCid()
optional string cid = 6;
Campaign ID or similar that appears within the ad markup
String getCid()
optional string cid = 6;
Campaign ID or similar that appears within the ad markup
com.google.protobuf.ByteString getCidBytes()
optional string cid = 6;
Campaign ID or similar that appears within the ad markup
boolean hasCrid()
optional string crid = 7;
Creative ID for reporting content issues or defects. This could also be used as a reference to a creative ID that is posted with an exchange.
String getCrid()
optional string crid = 7;
Creative ID for reporting content issues or defects. This could also be used as a reference to a creative ID that is posted with an exchange.
com.google.protobuf.ByteString getCridBytes()
optional string crid = 7;
Creative ID for reporting content issues or defects. This could also be used as a reference to a creative ID that is posted with an exchange.
boolean hasExt()
optional .BidResponse.BidExt ext = 8;
Custom BRX extensions to the bid response
BrxRtb095.BidResponse.BidExt getExt()
optional .BidResponse.BidExt ext = 8;
Custom BRX extensions to the bid response
BrxRtb095.BidResponse.BidExtOrBuilder getExtOrBuilder()
optional .BidResponse.BidExt ext = 8;
Custom BRX extensions to the bid response