Skip to content

Commit a8c213e

Browse files
author
Sylvain Maucourt
committed
proposal
1 parent b0c81a2 commit a8c213e

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

README.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,13 @@ Generated every time a new location is detected
328328
"application_name":"herow",
329329
"application_version":"3.3.0",
330330
"subtype":"CONTEXT",
331-
"ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518"
331+
"ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518",
332+
"moments": {
333+
"home": 0.56,
334+
"office": 0.03,
335+
"shopping": 0.02,
336+
"other": 0.23
337+
}
332338
}
333339
}
334340
```
@@ -373,7 +379,13 @@ Generated when "tracking mode" is enabled
373379
"application_name":"herow",
374380
"application_version":"3.3.0",
375381
"subtype":"CONTEXT_REALTIME",
376-
"ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518"
382+
"ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518",
383+
"moments": {
384+
"home": 0.56,
385+
"office": 0.03,
386+
"shopping": 0.02,
387+
"other": 0.23
388+
}
377389
}
378390
}
379391
```
@@ -408,6 +420,12 @@ Sent when a entering zone is detected.
408420
"distance":34.90530795095254,
409421
"radius":300.0,
410422
"confidence":0.456
423+
},
424+
"moments": {
425+
"home": 0.56,
426+
"office": 0.03,
427+
"shopping": 0.02,
428+
"other": 0.23
411429
}
412430
}
413431
}
@@ -443,6 +461,12 @@ Sent when a exiting zone is detected.
443461
"distance":34.90530795095254,
444462
"radius":300.0,
445463
"confidence":0.456
464+
},
465+
"moments": {
466+
"home": 0.56,
467+
"office": 0.03,
468+
"shopping": 0.02,
469+
"other": 0.23
446470
}
447471
}
448472
}
@@ -512,7 +536,13 @@ Sent when a notification is displayed.
512536
"confidence":0.456
513537
},
514538
"campaign_id": "6009ff7c89bfa239ecce712e",
515-
"techno_hash": "1qnn4irqfmghs"
539+
"techno_hash": "1qnn4irqfmghs",
540+
"moments": {
541+
"home": 0.56,
542+
"office": 0.03,
543+
"shopping": 0.02,
544+
"other": 0.23
545+
}
516546
}
517547
}
518548
```

0 commit comments

Comments
 (0)