friends-demographics.json
1.21 KB
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
{
"available": true,
"genders": [
{
"gender": "unknown",
"percentage": 37.6
},
{
"gender": "male",
"percentage": 31.8
},
{
"gender": "female",
"percentage": 30.6
}
],
"ages": [
{
"age": "unknown",
"percentage": 37.6
},
{
"age": "from50",
"percentage": 17.3
}
],
"areas": [
{
"area": "unknown",
"percentage": 42.9
},
{
"area": "徳島",
"percentage": 2.9
}
],
"appTypes": [
{
"appType": "ios",
"percentage": 62.4
},
{
"appType": "android",
"percentage": 27.7
},
{
"appType": "others",
"percentage": 9.9
}
],
"subscriptionPeriods": [
{
"subscriptionPeriod": "over365days",
"percentage": 96.4
},
{
"subscriptionPeriod": "within365days",
"percentage": 1.9
},
{
"subscriptionPeriod": "within180days",
"percentage": 1.2
},
{
"subscriptionPeriod": "within90days",
"percentage": 0.5
},
{
"subscriptionPeriod": "within30days",
"percentage": 0.1
},
{
"subscriptionPeriod": "within7days",
"percentage": 0
}
]
}