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
{
"type": "record",
"name": "AdnSdkRequestDaily",
"separatorChar": "\t",
"doc":"etl adn request log for device_id",
"dataBase":"dwh",
"table":"etl_adn_sdk_request_daily",
"fields": [
{
"name": "device_id",
"type": "string",
"doc": "device id, gaid or idfa"
},
{
"name": "device_type",
"type": "string",
"doc": "device type idfa gaid"
},
{
"name": "platform",
"type": "string",
"doc": "platform:ios|android"
},
{
"name": "app_id",
"type": "string",
"doc": "mobvista app id "
},
{
"name": "package_name",
"type": "string",
"doc": "package name"
},
{
"name": "update_date",
"type": "string",
"doc": "log date"
}
]
}