@@ -312,7 +312,13 @@ Generated every time a new location is detected
312312 "application_name":"herow",
313313 "application_version":"3.3.0",
314314 "subtype":"CONTEXT",
315- "ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518"
315+ "ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518",
316+ "moments": {
317+ "home": 0.56,
318+ "office": 0.03,
319+ "shopping": 0.02,
320+ "other": 0.23
321+ }
316322 }
317323}
318324```
@@ -357,7 +363,13 @@ Generated when "tracking mode" is enabled
357363 "application_name":"herow",
358364 "application_version":"3.3.0",
359365 "subtype":"CONTEXT_REALTIME",
360- "ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518"
366+ "ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518",
367+ "moments": {
368+ "home": 0.56,
369+ "office": 0.03,
370+ "shopping": 0.02,
371+ "other": 0.23
372+ }
361373 }
362374}
363375```
@@ -392,6 +404,12 @@ Sent when a entering zone is detected.
392404 "distance":34.90530795095254,
393405 "radius":300.0,
394406 "confidence":0.456
407+ },
408+ "moments": {
409+ "home": 0.56,
410+ "office": 0.03,
411+ "shopping": 0.02,
412+ "other": 0.23
395413 }
396414 }
397415}
@@ -427,6 +445,12 @@ Sent when a exiting zone is detected.
427445 "distance":34.90530795095254,
428446 "radius":300.0,
429447 "confidence":0.456
448+ },
449+ "moments": {
450+ "home": 0.56,
451+ "office": 0.03,
452+ "shopping": 0.02,
453+ "other": 0.23
430454 }
431455 }
432456}
@@ -496,7 +520,13 @@ Sent when a notification is displayed.
496520 "confidence":0.456
497521 },
498522 "campaign_id": "6009ff7c89bfa239ecce712e",
499- "techno_hash": "1qnn4irqfmghs"
523+ "techno_hash": "1qnn4irqfmghs",
524+ "moments": {
525+ "home": 0.56,
526+ "office": 0.03,
527+ "shopping": 0.02,
528+ "other": 0.23
529+ }
500530 }
501531}
502532```
0 commit comments