UserVoice: GDPR, cookies and installation

Support & Chat
Consent-controlled integration
UserVoice
No cookie listed Privacy policy Multiple instances
service uservoice
0
requests / 30 days

0% consent


UserVoice: support widgets and consent

UserVoice is a support, chat or customer relationship service. Loading it may establish a connection with a third-party provider and, depending on its configuration, use tracking technologies or process user data.

tarteaucitron can control the activation of UserVoice according to the visitor’s choice when its use requires consent.

Managing UserVoice with tarteaucitron

When UserVoice is integrated through tarteaucitron, its activation is managed according to the visitor's consent choice. The service can therefore be loaded only when the corresponding permission has been granted and the visitor can later change this choice through the consent interface.

Cookies and storage used by UserVoice

No cookie name is currently declared in the tarteaucitron integration for UserVoice. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.

Configuring UserVoice

Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by UserVoice.

<script>
tarteaucitron.user.userVoiceApi = 'YOUR_API_KEY';
(tarteaucitron.job = tarteaucitron.job || []).push('uservoice');
</script>

Additional code

The following code can already be present on your website and should be kept where the service is used.

Code to remove

Default HTML code to remove from your website:

<script type="text/javascript"> (function(){ var uv=document.createElement('script'); uv.type='text/javascript'; uv.async=true; uv.src='//widget.uservoice.com/YOUR_API_KEY.js'; var s=document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv,s) })(); </script>

For a complete guide, read the documentation to install tarteaucitron.js.

Privacy information

For detailed information about the processing of data by UserVoice, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:

UserVoice privacy information

Frequently asked questions about UserVoice

Does UserVoice require consent?

Whether UserVoice requires consent depends on its configuration, the technologies used and the purpose of the processing.

How does tarteaucitron block UserVoice?

tarteaucitron controls the activation of UserVoice according to the consent choice recorded for the visitor. The service code is triggered through tarteaucitron instead of being loaded independently from the consent manager.