eKomi: GDPR, cookies and installation

Social media
Consent-controlled integration
eKomi
No cookie listed Privacy policy
service ekomi
0
requests / 30 days

0% consent


eKomi: social media and consent

eKomi belongs to the social media service category. Social buttons, widgets and features may load resources from third-party domains and transmit information to the provider.

tarteaucitron can delay the activation of eKomi until the visitor has made a choice when the service requires consent.

Managing eKomi with tarteaucitron

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

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

Configuring eKomi

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

<script>
tarteaucitron.user.ekomiCertId = 'CERT-ID';
(tarteaucitron.job = tarteaucitron.job || []).push('ekomi');
</script>

Code to remove

Default HTML code to remove from your website:

<script type="text/javascript"> (function(){ eKomiIntegrationConfig = new Array( {certId:'CERT-ID'} ); if(typeof eKomiIntegrationConfig != "undefined"){for(var eKomiIntegrationLoop=0;eKomiIntegrationLoop<eKomiIntegrationConfig.length;eKomiIntegrationLoop++){ var eKomiIntegrationContainer = document.createElement('script'); eKomiIntegrationContainer.type = 'text/javascript'; eKomiIntegrationContainer.defer = true; eKomiIntegrationContainer.src = (document.location.protocol=='https:'?'https:':'http:') +"//connect.ekomi.de/integration_1410173009/" + eKomiIntegrationConfig[eKomiIntegrationLoop].certId + ".js"; document.getElementsByTagName("head")[0].appendChild(eKomiIntegrationContainer); }}else{if('console' in window){ console.error('connectEkomiIntegration - Cannot read eKomiIntegrationConfig'); }} })(); </script>

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

Privacy information

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

eKomi privacy information

Frequently asked questions about eKomi

Does eKomi require consent?

When eKomi loads third-party resources or uses non-essential tracking technologies, its activation should be managed according to the visitor’s consent choice.

How does tarteaucitron block eKomi?

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