Acast: GDPR, cookies and installation

Video
Consent-controlled integration
Acast
2 cookies listed Privacy policy
service acast
5.1M
requests / 30 days

58.15% consent


Acast: video, cookies and consent

Acast 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 Acast can be conditioned on the visitor’s choice instead of immediately activating the third-party service.

Managing Acast with tarteaucitron

When Acast 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 Acast

The current tarteaucitron integration declares 2 cookies associated with Acast:

  • intercom-id-ayi0335i
  • intercom-session-ayi0335i

This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.

Configuring Acast

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

<script>
(tarteaucitron.job = tarteaucitron.job || []).push('acast');
</script>

Additional code

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

<div class="acast_embed" data-height="height" data-width="width" data-id1="id1" data-id2="id2" data-seek="seek"></div>

Code to remove

Default HTML code to remove from your website:

<iframe height="height" width="width" src="https://embed.acast.com/id1/id2?seek=seek></iframe>

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

Privacy information

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

Acast privacy information

Frequently asked questions about Acast

Does Acast require consent?

Whether Acast 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 Acast?

tarteaucitron controls the activation of Acast 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.