Aggregated and anonymized data from 80k+ sites using tarteaucitron.
mtcaptcha
requests / 30 days
0% consent
MTcaptcha: integration, data and consent
MTcaptcha is an API or third-party technical service integrated into the website. The data exchanged and applicable requirements depend on the feature and configuration being used.
When MTcaptcha uses tracking technologies or processing that requires consent, tarteaucitron can condition its activation on the visitor’s choice.
Managing MTcaptcha with tarteaucitron
When MTcaptcha 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 MTcaptcha
The current tarteaucitron integration declares 3 cookies associated with MTcaptcha:
This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.
Configuring MTcaptcha
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by MTcaptcha.
<script>
tarteaucitron.user.mtcaptchaSitekey = 'SiteKey';
(tarteaucitron.job = tarteaucitron.job || []).push('mtcaptcha');
</script>
Code to remove
Default HTML code to remove from your website:
<script>
var mtcaptchaConfig = {
"sitekey": "SiteKey"
};
(function(){var mt_service = document.createElement('script');mt_service.async = true;mt_service.src = 'https://service.mtcaptcha.com/mtcv1/client/mtcaptcha.min.js';(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(mt_service);
var mt_service2 = document.createElement('script');mt_service2.async = true;mt_service2.src = 'https://service2.mtcaptcha.com/mtcv1/client/mtcaptcha2.min.js';(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(mt_service2);}) ();
</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by MTcaptcha, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Frequently asked questions about MTcaptcha
Does MTcaptcha require consent?
The API name alone is not enough to determine whether MTcaptcha requires consent. The data transmitted, technologies used and purpose of the service must be considered.
How does tarteaucitron block MTcaptcha?
tarteaucitron controls the activation of MTcaptcha 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.