Ausha: GDPR, cookies and installation

Video
Consent-controlled integration
Ausha
No cookie listed Privacy policy Multiple instances
service ausha
7.6M
requests / 30 days

48.12% consent


Ausha: video, cookies and consent

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

Managing Ausha with tarteaucitron

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

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

Configuring Ausha

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

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

Additional code

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

<div class="ausha_player" data-height="data-height" data-podcast-id="data-podcast-id" data-player-id="data-player-id" data-playlist="data-playlist" data-color="data-color" data-useshowid="useshowid (0 | 1)"></div>

Code to remove

Default HTML code to remove from your website:

<iframe frameborder="0" loading="lazy" id="ausha-Zhaw" height="data-height" style="border: none; width:100%; height:220px" src="https://player.ausha.co/index.html?podcastId=data-podcast-id&v=3&playerId=data-player-id"></iframe><script src="https://player.ausha.co/ausha-player.js"></script>

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

Privacy information

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

Ausha privacy information

Frequently asked questions about Ausha

Does Ausha require consent?

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

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