# Eskimi DMP & Data Legality, Validity & Security - Technical ### **DMP** ##### **Eskimi DMP** Eskimi Data Management Platform is an in-house DMP which doesn't use any third party technologies. Eskimi DMP is used by only Eskimi DSP to foster personalized advertising for Eskimi advertisers. Eskimi works with industry leading partners, such as Doubleclick, Magnite, OpenX and others. Eskimi DMP is bounced to the data that is provided by the partners that Eskimi DSP is connected to. ##### **Eskimi DMP Data** Eskimi DMP collects, agregates the data in real-time. In-house algorithms not only crunches the data in real-time, but follows the necessary privacy regulations such as GDPR, CCPA. Eskimi DMP collects, agregates, stores the below data signals:
**Technical name** | **Explanation** | **Technical example** |
---|---|---|
dmpId | User identifier. Mobile advertising ID on apps, cookie ID on web | `"dmpId":"4726ce65-ae90-4536-8d8c-6e5b204cca83"` |
countries | list of countries DmpID was seen in | `"countries":{"ng":303396,"--":55}` |
countrySeenTime | Last seen time DmpID was seen in country | `"countrySeenTime":{"ng":18659,"--":18628}` |
cities | List of cities DmpID was seen in, based on GPS data | `"cities":{"ng.ozomu":20596}` |
citySeenTime | Last seen time DmpID was seen in a city | `"citySeenTime":{"ng.ozomu":18656}` |
tmpCities | list of cities DmpID was seen in, based on all other data (IP, user input, etc) | `"tmpCities":{"ng.lagos":148468,"ng.":473,"ng.awka":2258`} |
tmpCitySeenTime | Last seen time DmpID was seen in TmpCity | `tmpCities":{"ng.lagos":148468,"ng.":473}` |
yobs | Years of birth. Can be multiple depending on user input | `"yobs":{"1959":52524,"0":21}` |
genders | Genders. Can be multiple depending on user input | `"genders":{"1":50731,"0":57}` |
pageViews | Total number of page views | `"pageViews":303600` |
operatorPageViews | Shows how many page views per day each operator ID has | `operatorPageViews":{"365":{"18610":335,"18629":44`} |
operatorIds | Telco operator IDs | `operatorIds":{"365":87514,"0":3005` |
operatorSeenTime | Last seen time for operator | `"operatorSeenTime":{"365":18659,"0":18628`} |
operatorFirstSeenTime | First seen time for operator | `"operatorFirstSeenTime":{"365":18659}` |
modelIds | Device model | `"modelIds":{"20101":299968}` |
modelSeenTime | Last time device model was seen with DmpID | `"modelSeenTime":{"20101":18659}` |
operatorModelIds | what device was used with specific operator | `"operatorModelIds":{"365.20101":81961,"357.20101":16819}` |
operatorModelSeenTime | When was the last time device was seen | `"operatorModelSeenTime":{"365.20101":18659"}` |
keywords | Verticals or interest categories, e.g. [https://storage.googleapis.com/adx-rtb-dictionaries/publisher-verticals.txt](https://storage.googleapis.com/adx-rtb-dictionaries/publisher-verticals.txt "https://storage.googleapis.com/adx-rtb-dictionaries/publisher-verticals.txt") | `"keywords":{"1164":16,"930":12}` |
keywordSeenTime | last seen time for keyword | `"keywordSeenTime":{"1164":18656,"930":18649}` |
connectionTypes | How users connected to internet. 2G, 3G, 4G, wifi, etc | `"connectionTypes":{"2":72903,"3":10358}` |
connectionTypeSeenTime | last seen time per connection type | `"connectionTypeSeenTime":{"2":18659,"3":18659}` |
deviceId | Legacy. Original Device ID of the user. matches DmpID. | `"deviceId":"4726ce65-ae90-4536-8d8c-6e5b204cca83"` |
siteIds | Internal site ID where user was browsing. Might be converted to exact app bundle or site domain | `"siteIds":{"52299180":41,"34189419":2427}` |
siteSeenTime | When was the last time user visited a specific site. | `"siteSeenTime":{"52299180":18659,"34189419":18632` |
firstSeen | First time DmpID was seen | `"firstSeen":18073` |
lastSeen | last time DmpID was seen | `"lastSeen":18659` |
lastAvg | number of page views per day | `"lastAvg":569` |