Skip Navigation
Expand
PDFs are masked in ACB mode
Answer ID 8986   |   Last Review Date 12/18/2018

Why are PDFs being masked when agents enter into Advanced Cobrowse?

Environment: 

Cobrowse - Advanced Mode (ACB)

Resolution:

PDFs will be masked if you have page masking configured and the PDF reader process name is not included in the masking configuration. If you want agents to see PDFs, the PDF reader needs to be included in the visible applications list (param id="ltb_apps"). For example:

 

<configuration>
  <siteCode id="SC123456:US:1" currentState="Pending">
      <module id="LTB" scope="SITE">
        <param id="ltb_apps">
            <value text="AcroRd32" title="" seqId="0" />
            <value text="Acrobat" title="" seqId="0" />
            <value text="AdobeReader" title="" seqId="0" />
            <value text="Adobe Reader" title="" seqId="0" />
        </param>
        <param id="ltb_show_browser_settings">
            <value text="yes" title="" seqId="0" />
        </param>
        <param id="ltb_urls">
            <value text="http*://*mysite.com/*?*#*" title="" seqId="0" />
            <value text="http*://*custhelp.com/*?*#*" title="" seqId="0" />
        </param>
      </module>
  </siteCode>
</configuration>