Package | Description |
---|---|
com.enremmeta.rtb | |
com.enremmeta.rtb.api | |
com.enremmeta.rtb.api.proto.openrtb | |
com.enremmeta.rtb.proto | |
com.enremmeta.rtb.proto.openx |
Modifier and Type | Method and Description |
---|---|
String |
SharedSetUp.Tag_2002002_tagMarker_1001001_fake.getTagTemplate(OpenRtbRequest req,
Impression imp,
Bid bid) |
Modifier and Type | Method and Description |
---|---|
String |
TagImpl.canBid(OpenRtbRequest req,
Impression imp) |
String |
Tag.canBid(OpenRtbRequest req,
Impression imp)
Can this tag be served in response to the provided impression? If null is returned, the
answer is yes, otherwise, the string with a reason of why not is returned (for use in logging
and troubleshooting).
|
Bid |
TagImpl.getBid(OpenRtbRequest req,
Impression imp) |
Bid |
Tag.getBid(OpenRtbRequest req,
Impression imp)
|
String |
TagImpl.getTag(OpenRtbRequest req,
Impression imp,
Bid bid,
boolean nurl) |
String |
Tag.getTag(OpenRtbRequest req,
Impression imp,
Bid bid,
boolean nurl)
Get the actual tag to send in the
ad markup field of the bid (or in the
response to nurl ), based on
the template . |
String |
Tag.getTagTemplate(OpenRtbRequest req,
Impression imp,
Bid bid)
Tag template.
|
String |
AdImpl.matchDeals(OpenRtbRequest br,
Impression imp) |
String |
Ad.matchDeals(OpenRtbRequest br,
Impression imp) |
private StringBuilder |
TagImpl.replaceProustMacros(OpenRtbRequest req,
Impression imp,
Bid bid,
StringBuilder tag) |
Modifier and Type | Field and Description |
---|---|
List<Impression> |
OpenRtbRequest.imp |
Modifier and Type | Method and Description |
---|---|
Impression |
Impression.clone() |
Modifier and Type | Method and Description |
---|---|
List<Impression> |
OpenRtbRequest.getImp() |
Modifier and Type | Method and Description |
---|---|
void |
OpenRtbRequest.setImp(List<Impression> imp) |
Modifier and Type | Method and Description |
---|---|
default String |
ExchangeAdapter.checkExchangeTargeting(OpenRtbRequest req,
Impression imp,
ExchangeTargeting targeting)
Check any exchange-specific targeting.
|
default Bid |
ExchangeAdapter.massageBid(OpenRtbRequest req,
Impression imp,
Tag tag,
Bid bid)
Post-process a bid.
|
Modifier and Type | Method and Description |
---|---|
String |
OpenXAdapter.checkExchangeTargeting(OpenRtbRequest req,
Impression imp,
ExchangeTargeting targeting) |
Bid |
OpenXAdapter.massageBid(OpenRtbRequest req,
Impression imp,
Tag tag,
Bid bid) |