DMP Profile
Until now we should already know what is DMP, how it works, where it is used and etc. However, it is not clear what data points are being collected. This table includes all the data points that are being collected into the DMP user profile.
Technical name |
Type |
Explanation |
Technical example |
---|---|---|---|
dmpId |
String |
User identifier. |
|
countries |
Map[String, Int] |
list of countries DmpID was seen in |
|
countrySeenTime |
Option[Map[String, Int]] |
Last seen time DmpID was seen in country |
|
cities |
Option[Map[String, Int]] |
List of cities DmpID was seen in, based on GPS data |
|
citySeenTime |
Option[Map[String, Int]] |
Last seen time DmpID was seen in a city |
|
tmpCities |
Option[Map[String, Int]] |
list of cities DmpID was seen in, based on all other data (IP, user input, etc) |
|
tmpCitySeenTime |
Option[Map[String, Int]] |
Last seen time DmpID was seen in TmpCity |
|
yobs |
Option[Map[Int, Int]] |
Years of birth. Can be multiple depending on user input |
|
genders |
Option[Map[Int, Int]] |
Genders. Can be multiple depending on user input |
|
pageViews |
Long |
Total number of page views |
|
operatorPageViews |
Option[Map[Int, Map[Int, Long]]] |
Shows how many page views per day each operator ID has |
|
operatorIds |
Map[Int, Int] |
Telco operator IDs |
|
operatorSeenTime |
Map[Int, Int] |
Last seen time for operator |
|
operatorFirstSeenTime |
Option[Map[Int, Int]] |
First seen time for operator |
|
modelIds |
Option[Map[Int, Int]] |
Device model |
|
modelSeenTime |
Option[Map[Int, Int]] |
Last time device model was seen with DmpID |
|
operatorModelIds |
Option[Map[String, Int]] |
what device was used with specific operator |
|
operatorModelSeenTime |
Option[Map[String, Int]] |
When was the last time device was seen |
|
keywords |
Map[Int, Int] |
Verticals or interest categories, e.g. https://storage.googleapis.com/adx-rtb-dictionaries/publisher-verticals.txt |
|
keywordSeenTime |
Map[Int, Int] |
last seen time for keyword |
|
connectionTypes |
Map[Int, Int] |
How users connected to internet. 2G, 3G, 4G, wifi, etc |
|
connectionTypeSeenTime |
Map[Int, Int] |
last seen time per connection type |
|
msisdns |
Option[Map[Long, Int]] |
Phone numbers associated with DmpID |
|
msisdnSeenTime |
Option[Map[Long, Int]] |
Last seen time of Msisdn |
|
deviceId |
Option[String] |
Legacy. Original Device ID of the user. matches DmpID. |
|
siteIds |
Option[Map[Int, Int]] |
Internal site ID where user was browsing. Might be converted to exact app bundle or site domain |
|
siteSeenTime |
Option[Map[Int, Int]] |
When was the last time user visited a specific site. |
|
firstSeen |
Int |
First time DmpID was seen |
|
lastSeen |
Int |
last time DmpID was seen |
|
isOperaMini |
Int |
Legacy. Deprecated |
|
lastAvg |
Long |
number of page views per day |
|