Aggregated and anonymized data from 80k+ sites using tarteaucitron.
adsensesearchresult
requests / 30 days
53.39% consent
Google Adsense Search (result): advertising cookies and consent
Google Adsense Search (result) is used for advertising, conversion measurement or campaign personalisation. These purposes may involve tracking technologies used to measure or associate visitor behaviour.
Advertising trackers generally require prior consent. Integrating Google Adsense Search (result) with tarteaucitron makes it possible to control its activation according to the visitor’s choice.
Managing Google Adsense Search (result) with tarteaucitron
When Google Adsense Search (result) 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 Google Adsense Search (result)
No cookie name is currently declared in the tarteaucitron integration for Google Adsense Search (result). This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Google Adsense Search (result)
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Google Adsense Search (result).
<script>
tarteaucitron.user.adsensesearchresultCx = 'partner-pub-XXXXXXXXXXXXX:XXXXXXX';
(tarteaucitron.job = tarteaucitron.job || []).push('adsensesearchresult');
</script>
Additional code
The following code can already be present on your website and should be kept where the service is used.
<gcse:searchresults-only id="gcse_searchresults"></gcse:searchresults-only>
Code to remove
Default HTML code to remove from your website:
<script>
(function() {
var cx = 'partner-pub-XXXXXXXXXXXXX:XXXXXXX';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Google Adsense Search (result), cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Google Adsense Search (result) privacy information
Frequently asked questions about Google Adsense Search (result)
Does Google Adsense Search (result) require consent?
When used for advertising or conversion measurement, Google Adsense Search (result) generally requires prior consent when non-essential tracking technologies or advertising data are involved.
How does tarteaucitron block Google Adsense Search (result)?
tarteaucitron controls the activation of Google Adsense Search (result) 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.