forked from rudderlabs/rudder-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
batch.json
65 lines (65 loc) · 1.52 KB
/
batch.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
{
"batch": [
{
"anonymousId": "anon_id",
"channel": "android-sdk",
"context": {
"app": {
"build": "1",
"name": "RudderAndroidClient",
"namespace": "com.rudderlabs.android.sdk",
"version": "1.0"
},
"device": {
"id": "49e4bdd1c280bc00",
"manufacturer": "Google",
"model": "Android SDK built for x86",
"name": "generic_x86"
},
"locale": "en-US",
"network": {
"carrier": "Android"
},
"screen": {
"density": 420,
"height": 1794,
"width": 1080
},
"library": {
"name": "com.rudderstack.android.sdk.core"
},
"traits": {
"anonymousId": "49e4bdd1c280bc00"
},
"user_agent": "Dalvik/2.1.0 (Linux; U; Android 9; Android SDK built for x86 Build/PSR1.180720.075)"
},
"event": "Demo Track",
"integrations": {
"All": true
},
"properties": {
"label": "Demo Label",
"category": "Demo Category",
"value": 5,
"testMap": {
"t1": "a",
"t2": 4
},
"floatVal": 4.501,
"testArray": [
{
"id": "elem1",
"value": "e1"
},
{
"id": "elem2",
"value": "e2"
}
]
},
"type": "track",
"originalTimestamp": "2019-08-12T05:08:30.909Z",
"sentAt": "2019-08-12T05:08:30.909Z"
}
]
}