Aggregated and anonymized data from 80k+ sites using tarteaucitron.
marketomunchkin
requests / 30 days
0% consent
Marketo munchkin: integration, data and consent
Marketo munchkin 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 Marketo munchkin uses tracking technologies or processing that requires consent, tarteaucitron can condition its activation on the visitor’s choice.
Managing Marketo munchkin with tarteaucitron
When Marketo munchkin 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 Marketo munchkin
The current tarteaucitron integration declares 2 cookies associated with Marketo munchkin:
This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.
Configuring Marketo munchkin
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Marketo munchkin.
<script>
tarteaucitron.user.marketomunchkinkey = 'marketomunchkinkey';
(tarteaucitron.job = tarteaucitron.job || []).push('marketomunchkin');
</script>
Code to remove
Default HTML code to remove from your website:
<script> var didInit = false;
function initMunchkin() {
if(didInit === false) {
didInit = true;
Munchkin.init('marketomunchkinkey');
}
}
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = '//munchkin.marketo.net/munchkin.js';
s.onreadystatechange = function() {
if (this.readyState == 'complete' || this.readyState == 'loaded') {
initMunchkin();
}
};
s.onload = initMunchkin;
document.getElementsByTagName('head')[0].appendChild(s);</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Marketo munchkin, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Marketo munchkin privacy information
Frequently asked questions about Marketo munchkin
Does Marketo munchkin require consent?
The API name alone is not enough to determine whether Marketo munchkin requires consent. The data transmitted, technologies used and purpose of the service must be considered.
How does tarteaucitron block Marketo munchkin?
tarteaucitron controls the activation of Marketo munchkin 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.