Our app supports Universal Analytics. Universal Analytics support can be enabled or disabled. When enabled, you can provide a Google Analytics property id and your application will report page views and events to that Universal Analytics property.
The symptom checker app will report page views. Every page (application state or route) of the application has a corresponding url and will be reported as an individual page view.
Our app uses matrix parameters instead of traditional query parameters, but it reports urls with traditional query parameters to google analytics for the most compatibility.
The app also supports a few events for the use of features that are not indicated by a url.
Category | select_triage_option |
Action | {{ recommended action }} |
Label | {{ triage option title : subtitle }} |
This event is called every time a triage option is selected.
Category | sign_in_to_ehr |
Action | {{ app name }} |
Label | {{ ehr name }} |
This event is called every time a user presses an EHR sign in button and starts a SMART on FHIR oauth sign in.
Category | go_to_ehr |
Action | {{ ehr url }} |
Label | (not set) |
This event is called when the user clicks or taps the go to ehr button to visit the patient portal.
Category | visit_website |
Action | {{ website url }} |
Label | (not set) |
This event is called when the user clicks or taps the visit our website button.
Category | send_feedback |
Action | {{ send feedback url }} |
Label | (not set) |
This event is called when the user clicks or taps the Send Feedback button.
Category | privacy_policy |
Action | {{ privacy policy url }} |
Label | (not set) |
This event is called when the user clicks or taps the Privacy Policy button.
Category | app_support |
Action | {{ app support url }} |
Label | (not set) |
This event is called when the user clicks or taps the App Support button.
Category | select_from_search_{{ collection }} |
Action | {{ title }} |
Label | {{ search input text }} |
This event is called when the user selects a title from search results in any collection.
Category | cancel_search |
Action | {{ collection }} |
Label | {{ search input text }} |
This event is called whenever the user hits the cancel button to dismiss the search input for a search in any collection.