From the mirroring). However, for confidentiality reasons and to be GDPR compliant, sometimes not all of the information given by the visitor may be shown.
panel, it is possible to view the navigation of the visitor you're speaking to (
This video explains how to limit the display of the information entered by the visitor.
- If you want to hide from the agent's
panel some page elements which you consider confidential, you simply need to add the attribute class="idz_hide" to the HTML element. - If you want to hide only in the expert conversation panel some page elements which you consider confidential, simply add the attribute class="idz_hide_expert" on the element to hide
The information hidden by this CSS class will actually be blocked by the iAdvize servers, which means the information contained in the element will not be transmitted to the agent's
panel.Depending on the element on which you apply this class, the behaviour will vary.
1. When applying this class to an input text element
The content typed by the visitor in the input field will be replaced by dots (as when you type a password), and in cobrowsing mode, the agent will not be able to edit this field.
<input type="text" id="card" name="card" class="idz_hide" />
How it will be displayed on the panel :
And here is how it looks on this
panel when applying this class to other form elements :
2. When applying this class on an HTML element, other than the input (div/p/span/...)
The content of the element will be replaced by an empty block having the same size. If the block's size is under 50px/50px, a grey space will be displayed.
But if the block's size is above 50px/50px, a padlock will be displayed to show that confidential data has been cleared from the page.
<div class="idz_hide">
All this content won't be visible on the panel through the mirroring/cobrowsing function
</div>
How it will be displayed on the panel :
3. Hide bank details - Bank cards and IBAN
Credit card or IBAN number filled in by the visitor during a chat* conversation are hidden.
Bank card/IBAN: this is how it will look like within the chat conversation panel, conversation history/chat conversation sent by e-mail:
(view from the conversation panel)
*This option is enabled for chat conversations, however not for social and 3rd party channels (Messenger, Whatsapp, etc..)
To go further: Viewing or taking control of the visitor's navigation