Aggregated and anonymized data from 80k+ sites using tarteaucitron.
adsensesearch
requests / 30 days
0% consent
Google Adsense Search: advertising cookies and consent
Google Adsense Search 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 with tarteaucitron makes it possible to control its activation according to the visitor’s choice.
Managing Google Adsense Search with tarteaucitron
When Google Adsense Search 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
The current tarteaucitron integration declares 1 cookie associated with Google Adsense Search:
This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.
Configuring Google Adsense Search
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Google Adsense Search.
<script>
(tarteaucitron.job = tarteaucitron.job || []).push('adsensesearch');
</script>
Additional code
The following code can already be present on your website and should be kept where the service is used.
<div id="afscontainer1"></div>
<script type="text/javascript" charset="utf-8">
(function(g,o){g[o]=g[o]||function(){(g[o]['q']=g[o]['q']||[]).push(arguments)},g[o]['t']=1*new Date})(window,'_googCsa');
var pageOptions = {
'pubId' : 'test client ID', // Enter your own client-ID here
'query' : 'flowers', // User query for this page
'styleId': '7824176615' // Enter your own style ID here
};
var adblock1 = {
'container' : 'afscontainer1',
'width' : 700
};
var adblock2 = {
'container' : 'afscontainer2',
'width' : 700
};
_googCsa('ads', pageOptions, adblock1, adblock2);
</script>
Code to remove
Default HTML code to remove from your website:
<script async="async" src="https://www.google.com/adsense/search/ads.js"></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, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Google Adsense Search privacy information
Frequently asked questions about Google Adsense Search
Does Google Adsense Search require consent?
When used for advertising or conversion measurement, Google Adsense Search generally requires prior consent when non-essential tracking technologies or advertising data are involved.
How does tarteaucitron block Google Adsense Search?
tarteaucitron controls the activation of Google Adsense Search 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.