@@ -296,7 +296,13 @@ Generated every time a new location is detected
296296 "application_name":"herow",
297297 "application_version":"3.3.0",
298298 "subtype":"CONTEXT",
299- "ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518"
299+ "ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518",
300+ "moments": {
301+ "home": 0.56,
302+ "office": 0.03,
303+ "shopping": 0.02,
304+ "other": 0.23
305+ }
300306 }
301307}
302308```
@@ -341,7 +347,13 @@ Generated when "tracking mode" is enabled
341347 "application_name":"herow",
342348 "application_version":"3.3.0",
343349 "subtype":"CONTEXT_REALTIME",
344- "ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518"
350+ "ua":"Mozilla/5.0 (iPhone12,1; CPU iPhone OS 14_3 like Mac OS X) FxiOS/3.3.0b518",
351+ "moments": {
352+ "home": 0.56,
353+ "office": 0.03,
354+ "shopping": 0.02,
355+ "other": 0.23
356+ }
345357 }
346358}
347359```
@@ -376,6 +388,12 @@ Sent when a entering zone is detected.
376388 "distance":34.90530795095254,
377389 "radius":300.0,
378390 "confidence":0.456
391+ },
392+ "moments": {
393+ "home": 0.56,
394+ "office": 0.03,
395+ "shopping": 0.02,
396+ "other": 0.23
379397 }
380398 }
381399}
@@ -411,6 +429,12 @@ Sent when a exiting zone is detected.
411429 "distance":34.90530795095254,
412430 "radius":300.0,
413431 "confidence":0.456
432+ },
433+ "moments": {
434+ "home": 0.56,
435+ "office": 0.03,
436+ "shopping": 0.02,
437+ "other": 0.23
414438 }
415439 }
416440}
@@ -480,7 +504,13 @@ Sent when a notification is displayed.
480504 "confidence":0.456
481505 },
482506 "campaign_id": "6009ff7c89bfa239ecce712e",
483- "techno_hash": "1qnn4irqfmghs"
507+ "techno_hash": "1qnn4irqfmghs",
508+ "moments": {
509+ "home": 0.56,
510+ "office": 0.03,
511+ "shopping": 0.02,
512+ "other": 0.23
513+ }
484514 }
485515}
486516```
0 commit comments