Page 21 - Promoting Your New Patient Self Scheduling System
P. 21
We can do URL tracking if it is just adding an ID on the URL as they navigate PSS. You simply need to add whatever URL parameter they want on
Appendix B: URL Tracking Parameters
the URL before any "#". This is to be used with Google analytics and will not do anything on the backend to add any information to the EHR, PM,
or Keona DB.
Example. If we want to add a SUPER_COOL_PARAMETER with a value of 123456789: Do this:
➤ https://keona-client-pss.keonahealth.com/selfservicescheduling?SUPER_COOL_PARAMETER=123456789
Assume for an NOI-specific link we'd need to do the following, correct?
➤ https://newportortho-pss.keonahealth.com/selfservicescheduling?SUPER_COOL_PARAMETER=123456789
Do not do this: (this will happen if the client goes to PSS first and copies the URL, since that extra text is added when the page loads)
➤ https://keona-client-pss.keonahealth.com/selfservicescheduling#/?_k=5zs8fe&SUPER_COOL_PARAMETER=123456789
And, if we wanted to incorporate the added "Super cool" parameter to a unique Provider or Location URL it would need to be set up like this, right?
Dr. Nassif preselected :
➤ https://newportortho-pss.keonahealth.com/selfservicescheduling?SUPER_COOL_PARAMETER=123456789&providerPmId=AC391790-58D3-
4FF4-BE64-5285C857818B
Irvine Orthopedics preselected:
➤ https://newportortho-pss.keonahealth.com/selfservicescheduling?SUPER_COOL_PARAMETER=123456789&locationPmId=63330e63-8c74-
4383-a42f-b4dfe82d1da5
It is just basic URL parameters rules. Nothing specific to Keona.