8000 test data json · akshatz/firebase-admin-python@07525f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07525f0

Browse files
committed
test data json
1 parent ce39c0c commit 07525f0

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

tests/data/get_link_stats_vals.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"platform": "android",
4+
"count": 123,
5+
"event": "click"
6+
},
7+
{
8+
"platform": "ios",
9+
"count": 123,
10+
"event": "click"
11+
},
12+
{
13+
"platform": "desktop",
14+
"count": 456,
15+
"event": "click"
16+
},
17+
{
18+
"platform": "android",
19+
"count": 99,
20+
"event": "app_install"
21+
},
22+
{
23+
"platform": "android",
24+
"count": 42,
25+
"event": "app_first_open"
26+
},
27+
{
28+
"platform": "android",
29+
"count": 142,
30+
"event": "app_re_open"
31+
},
32+
{
33+
"platform": "ios",
34+
"count": 124,
35+
"event": "redirect"
36+
}
37+
]

0 commit comments

Comments
 (0)
0