Skip to content

Commit a3c3a85

Browse files
sylvekSylvain Maucourt
authored andcommitted
predictions proposal
1 parent 8830a71 commit a3c3a85

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

userinfo.json

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,38 @@
11
{
2-
"customId": "my-custom-id",
3-
"adId": "adIdon10charsAndMore",
4-
"optins": [
5-
{ "type": "USER_DATA", "value": true }
6-
]
2+
"location": {
3+
"status": "WHILE_IN_USE",
4+
"precision": "FINE"
5+
},
6+
"offset": 3600000,
7+
"lang": "en",
8+
"adId": "28C89993-E2AB-45A4-B097-81BAE7BA7750",
9+
"optins": [{
10+
"type": "USER_DATA",
11+
"value": true
12+
}],
13+
"predictions": {
14+
"tags": [{
15+
"tag": "Convenience Store",
16+
"pattern": {
17+
"monday_late_afternoon": 0.13,
18+
"tuesday_evening": 0.6
19+
}
20+
},
21+
{
22+
"tag": "Intermarche Contact",
23+
"pattern": {
24+
"monday_morning": 0.85,
25+
"friday_evening": 0.12
26+
}
27+
}],
28+
"zones": [{
29+
"id": "3f7e5b9dfa6df282b7bffe43557b1bdb",
30+
"pattern": {
31+
"thursday_early_morning": 0.37,
32+
"thursday_late_afternoon": 0.62
33+
}
34+
}]
35+
},
36+
"customId": "Damien",
37+
"adStatus": true
738
}

0 commit comments

Comments
 (0)