Examples for Hospital Shadowfax Event Properties

From ShadowfaxEventProperties.yaml (hospital/ShadowfaxEventProperties.schema)

---
event_type: App Open
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]

---
event_type: Notification Open
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
notification_id: abc123
notification_content: This is a notifcation.

---
event_type: Paed Calculator > Query
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
medication_selected: []

---
event_type: Paed Calculator > Query
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
medication_selected: [Ampicillin, Cloxacillin]

---
event_type: Chemo Calculator > Query
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
regimen_selected: R-CHOP

---
event_type: Favourites Module Open
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]

---
event_type: Add To Favourite
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
url: http://www.example.com
title: example page

---
event_type: Remove From Favourite
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
url: http://www.example.com
title: example page

---
event_type: Click On Favourite
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
url: http://www.example.com
title: example page

---
event_type: Heisenberg Open
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]

---
event_type: Heisenberg Query
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
query: example user query

---
event_type: Webviewer Open
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]

open_from: Chatterbox message
url_properties:
  title: Homeguide
  domain: nuhs.sg
  url: http://www.nuhs.sg/homeguide.pdf
message_properties:
  message_id: 69ae7b72
  chatterbox_url: http://www.chatterboxurl.botmd.io/something

---
event_type: Webviewer Open
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]

open_from: Chatterbox message
url_properties:
  title: Homeguide
  domain: nuhs.sg
  url: http://www.nuhs.sg/homeguide.pdf
message_properties:
  chatterbox_url: http://www.chatterboxurl.botmd.io/something

---
event_type: Media Open
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]

open_from: Chatterbox message
url_properties:
  title: Homeguide
  domain: nuhs.sg
  url: http://www.nuhs.sg/homeguide.img
message_properties:
  chatterbox_url: http://www.chatterboxurl.botmd.io/something
media_type: image

---
event_type: Query Sent
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
sent_from: typed out
query: example user query

---
event_type: Query Sent
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
sent_from: autocompleted
query: Example autocompleted query

---
event_type: Location Settings Change
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
location_status: "On"

---
event_type: Notifcation Settings Change
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
location_status: "Off"

---
event_type: Profile Photo Update
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
profile_photo:set: true

---
event_type: Stitch Download
profile_uid: xxxxx12345
organization_key: botmd
tags: []
stitch:link_id: xxxxx.pdf
stitch:source_url: https://www.example.com/hello.pdf
random: values

---
event_type: Temperature Module Open
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
open_from: Chatterbox Message

---
event_type: Temperature Module Settings Update
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
email:set: true
location:set: false
work_status:set: true
ic:set: true
temperature:set: false

---
event_type: Temperature Recording Open
profile_uid: xxxxx12345
organization_key: botmd
tags: ["botmd:testtag"]
open_from: Temperature Module

---
event_type: (V2) Message Sent
chatroom_type: Pusher Chat
message_source: Pusher
text: welcome menu
organization_key: cgh

---
event_type: Chat View Start
---
event_type: AutoSuggestion Used
count: 1000
type: history
text: abx guidelines
organization_key: cgh

---
event_type: Smooch Start
organization_key: ncis
profile_uid: randomUIDString

---
event_type: Chat View Start
organization_key: ""
profile_uid: ""


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]