Universal Cobrowse
For the times where it's not possible to include the Cobrowse Web SDK into the site.
Last updated
Was this helpful?
For the times where it's not possible to include the Cobrowse Web SDK into the site.
Last updated
Was this helpful?
You should have the Web SDK installed on a client web page before following these steps.
In some cases your customers using your website might need to complete tasks or view sites that you don't own or can modify. Universal Cobrowse allows for the session to continue to others sites whereby the agent can still browse and navigate with your customers in real time.
You need to supply the SDK with a glob pattern of URLs that should launch the Universal Cobrowse experience.
You will need to share the domains, including any subdomains, that will be used during a Universal Cobrowse session. Please reach out to your account representative.
In the example above when the user clicks on a link that navigates to any of the example URLs below it would show that link within the Universal Cobrowse tabs.
https://example.com https://example.com/about https://example.io/account?id=123 https://example.net/help https://site.net
If you wish for all links to launch the Universal Cobrowse experience you can use *
to match all URLs.
You may also use regex. The example below will launch Universal Cobrowse for any link that is not an example.com
or an example.io
domain. This can be useful when you might not have a known list of external links.
Notice the regex is an object not a String.