-
Notifications
You must be signed in to change notification settings - Fork 0
/
desc.json
278 lines (278 loc) · 8.25 KB
/
desc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
{
"clicks": {
"advertiser_id": {
"desc": "internal id for the advertiser, Jampp's client paying for the ad",
"transformation": "LabelEncoding"
},
"action_id": {
"desc": "internal id for an action",
"transformation": ""
},
"source_id": {
"desc": "internal id for the source (exchange) from which the click originated",
"transformation": "LabelEncoding"
},
"created": {
"desc": "creation time for the click",
"transformation": null
},
"country_code": {
"desc": "internal country code id",
"transformation": "string hashing"
},
"latitude": {
"desc": "estimated lat where the click was performed",
"transformation": "Some linear transformation"
},
"longitude": {
"desc": "estimated lon where then click was performed",
"transformation": "Some linear transformation"
},
"wifi_connection": {
"desc": "Boolean describing whether the click was performed while on a wifi network",
"transformation": null
},
"carrier_id": {
"desc": "Id for the mobile carrier of the device",
"transformation": "LabelEncoding"
},
"trans_id": {
"desc": "internal transaction id",
"transformation": null
},
"os_minor": {
"desc": "minor version for the OS",
"transformation": "string hashing"
},
"agent_device": {
"desc": "agent for the device the click was performed on (model)",
"transformation": "string hashing"
},
"os_major": {
"desc": "major version for the os",
"transformation": "string hashing"
},
"specs_brand": {
"desc": "",
"transformation": "string hashing"
},
"brand": {
"desc": "device brand",
"transformation": "LabelEncoding"
},
"timeToClick": {
"desc": "time to click in seconds",
"transformation": null
},
"touchX": {
"desc": "X position for the click",
"transformation": null
},
"touchY": {
"desc": "Y position for the click",
"transformation": null
},
"ref_type": {
"desc": "either apple_ifa or google_advertising_id",
"transformation": "string hashing"
},
"ref_hash": {
"desc": "device's apple_ifa or google_advertising_id",
"transformation": "string hashing"
}
},
"installs": {
"created": {
"desc": "creation date for the install",
"transformation": null
},
"application_id": {
"desc": "internal id for the installed app",
"transformation": "LabelEncoding"
},
"ref_type": {
"desc": "either apple_ifa or google_advertising_id",
"transformation": "string hashing"
},
"ref_hash": {
"desc": "device's apple_ifa or google_advertising_id",
"transformation": "string hashing"
},
"click_hash": {
"desc": "hash for the install (like an id)",
"transformation": null
},
"attributed": {
"desc": "whether the install was attributed to Jampp",
"transformation": null
},
"implicit": {
"desc": "whether the install is implicit (the install was made by a device that has not installed according to the tracking platform)",
"transformation": null
},
"device_countrycode": {
"desc": "country code for the device",
"transformation": "string hashing"
},
"device_brand": {
"desc": "device's brand",
"transformation": "string hashing"
},
"device_model": {
"desc": "device's model",
"transformation": "string hashing"
},
"session_user_agent": {
"desc": "user-agent used for the install",
"transformation": null
},
"user_agent": {
"desc": "user agent related to the device",
"transformation": null
},
"event_uuid": {
"desc": "uuid4 generated for the event",
"transformation": null
},
"kind": {
"desc": "kind of install",
"transformation": null
},
"wifi": {
"desc": "boolean flagging if the install was performed on a wifi connection",
"transformation": null
},
"trans_id": {
"desc": "transaction id, used for joining",
"transformation": null
},
"ip_address": {
"desc": "ip addres through which the install was performed",
"transformation": "string hashing"
},
"device_language": {
"desc": "language related to the device",
"transformation": "string hashing"
}
},
"events": {
"date": {
"desc": "",
"transformation": null
},
"event_id": {
"desc": "",
"transformation": "LabelEncoding"
},
"ref_type": {
"desc": "",
"transformation": "string hashing"
},
"ref_hash": {
"desc": "",
"transformation": "string hashing"
},
"application_id": {
"desc": "",
"transformation": "LabelEncoding"
},
"attributed": {
"desc": "",
"transformation": null
},
"device_countrycode": {
"desc": "",
"transformation": "string hashing"
},
"device_os_version": {
"desc": "",
"transformation": "string hashing"
},
"device_brand": {
"desc": "",
"transformation": "string hashing"
},
"device_model": {
"desc": "",
"transformation": "string hashing"
},
"device_city": {
"desc": "",
"transformation": "string hashing"
},
"session_user_agent": {
"desc": "",
"transformation": "string hashing"
},
"trans_id": {
"desc": "",
"transformation": null
},
"user_agent": {
"desc": "",
"transformation": "string hashing"
},
"event_uuid": {
"desc": "",
"transformation": null
},
"carrier": {
"desc": "",
"transformation": "string hashing"
},
"kind": {
"desc": "",
"transformation": "string hashing"
},
"device_os": {
"desc": "",
"transformation": "string hashing"
},
"wifi": {
"desc": "",
"transformation": null
},
"connection_type": {
"desc": "",
"transformation": null
},
"ip_address": {
"desc": "",
"transformation": "string hashing"
},
"device_language": {
"desc": "",
"transformation": "string hashing"
}
},
"auctions": {
"auction_type_id": {
"desc": "type of auction",
"transformation": null
},
"country": {
"desc": "country where the auction was originated",
"transformation": "string hashing"
},
"date": {
"desc": "date for the auction",
"transformation": null
},
"device_id": {
"desc": "device the auction came from",
"transformation": "string hashing"
},
"platform": {
"desc": "android, ios",
"transformation": null
},
"ref_type_id": {
"desc": "internal id for the ref_typew",
"transformation": null
},
"source_id": {
"desc": "source (exchange) the auction came from",
"transformation": "LabelEncoding"
}
}
}