Aggregated and anonymized data from 80k+ sites using tarteaucitron.
videas
requests / 30 days
23.21% consent
Videas: video, cookies and consent
Videas is used to display or embed video content. Loading an external player may establish a connection with the provider’s servers before the visitor starts the video.
With tarteaucitron, loading Videas can be conditioned on the visitor’s choice instead of immediately activating the third-party service.
Managing Videas with tarteaucitron
When Videas 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 Videas
No cookie name is currently declared in the tarteaucitron integration for Videas. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Videas
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Videas.
<script>
(tarteaucitron.job = tarteaucitron.job || []).push('videas');
</script>
Additional code
The following code can already be present on your website and should be kept where the service is used.
<div class="tac_videas" data-id="id" data-width="width" data-height="height"></div>
Code to remove
Default HTML code to remove from your website:
<iframe width="100%" height="100%" src="https://app.videas.fr/embed/id/" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="true"></iframe>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Videas, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Frequently asked questions about Videas
Does Videas require consent?
Whether Videas requires consent depends on the data and tracking technologies used by the player. Embedded content using non-essential trackers should be conditioned on consent.
How does tarteaucitron block Videas?
tarteaucitron controls the activation of Videas 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.