Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Enable your webpages for co-browsing

Updated on March 25, 2020

You can enable one or more webpages of your website to support co-browsing.

  1. Log in to the Pega Co-Browse dashboard.
  2. Click the Install tab, and then copy the JavaScript snippet displayed on that tab, including the <script> tags.

    The following example shows a snippet for US-based clients:

    <script type="text/javascript">
    (function() {
        window.fireflyAPI = {};
    fireflyAPI.token = 
    your_API_token
    ;
    fireflyAPI.serverHostUrl = "https://us.cobrowse.pega.com";
        var script = document.createElement("script");
        script.type = "text/javascript";
        script.src = "https://us.cobrowse.pega.com/cobrowse/loadScripts";
        scrypt.async = true;
        document.head.appendChild(script);
    })();
    </script>
    
  3. Insert the copied JavaScript snippet into the <HEAD> tag of your webpage, and then refresh the webpage.
  • Previous topic Connect Pega Customer Service to the Pega Co-Browse server
  • Next topic Configure how your customers start co-browsing

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us