Symptom Checker App
The right care at the right time

Universal Analytics

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.

Universal Analytics Events

Select Triage Option

Category select_triage_option
Action {{ recommended action }}
Label {{ triage option title : subtitle }}

This event is called every time a triage option is selected.

Sign In

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.

Go to EHR

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.

Visit Our Website

Category visit_website
Action {{ website url }}
Label (not set)

This event is called when the user clicks or taps the visit our website button.

Send Feedback

Category send_feedback
Action {{ send feedback url }}
Label (not set)

This event is called when the user clicks or taps the Send Feedback button.

Privacy Policy

Category privacy_policy
Action {{ privacy policy url }}
Label (not set)

This event is called when the user clicks or taps the Privacy Policy button.

App Support

Category app_support
Action {{ app support url }}
Label (not set)

This event is called when the user clicks or taps the App Support button.

Select from Search

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.

Cancel Search

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.