Package | Description |
---|---|
com.enremmeta.rtb | |
com.enremmeta.rtb.api | |
com.enremmeta.rtb.api.proto.openrtb | |
com.enremmeta.rtb.api.proto.openrtb.lot49 | |
com.enremmeta.rtb.spi.providers.maxmind |
Modifier and Type | Field and Description |
---|---|
static Geo |
SharedSetUp.GEO_MARKER |
Modifier and Type | Method and Description |
---|---|
boolean |
TargetingGeo.matches(Geo geo) |
(package private) boolean |
AdImpl.matchOrganizations(Geo lot49Geo) |
Modifier and Type | Field and Description |
---|---|
private Geo |
User.geo |
private Geo |
Device.geo |
Modifier and Type | Method and Description |
---|---|
Geo |
User.getGeo()
Per OpenRTB spec 2.2: Depending on the parent object, this object describes the
current geographic location of the device (e.g., based on IP address or GPS), or it may
describe the home geo of the user (e.g., based on registration data).
|
Geo |
Device.getGeo()
Per OpenRTB spec 2.2:
Depending on the parent object, this object describes the current geographic
location of the device (e.g., based on IP address or GPS), or it may describe the home geo of
the user (e.g., based on registration data).
|
Modifier and Type | Method and Description |
---|---|
void |
User.setGeo(Geo geo) |
void |
Device.setGeo(Geo geo) |
Modifier and Type | Field and Description |
---|---|
private Geo |
Lot49Ext.geo |
Modifier and Type | Method and Description |
---|---|
Geo |
Lot49Ext.getGeo()
Geo as looked up by default Lot49 Geo-location provider.
|
Modifier and Type | Method and Description |
---|---|
void |
Lot49Ext.setGeo(Geo geo) |
Modifier and Type | Method and Description |
---|---|
Geo |
MaxMindFacade.getGeo(String ip) |