Aggregated and anonymized data from 80k+ sites using tarteaucitron.
googlemapssearch
requests / 30 days
42.82% consent
Google Maps (search query): integration, data and consent
Google Maps (search query) 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 Google Maps (search query) uses tracking technologies or processing that requires consent, tarteaucitron can condition its activation on the visitor’s choice.
Managing Google Maps (search query) with tarteaucitron
When Google Maps (search query) 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 Maps (search query)
No cookie name is currently declared in the tarteaucitron integration for Google Maps (search query). This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.
Configuring Google Maps (search query)
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Google Maps (search query).
<script>
(tarteaucitron.job = tarteaucitron.job || []).push('googlemapssearch');
</script>
Additional code
The following code can already be present on your website and should be kept where the service is used.
<div class="googlemapssearch" data-search="SEARCHWORDS" data-api-key="YOUR_GOOGLE_MAP_API_KEY" data-width="WIDTH" data-height="HEIGHT" ></div>
Code to remove
Default HTML code to remove from your website:
<iframe width="WIDTH" height="HEIGHT" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=YOUR_API_KEY&q=SEARCHWORDS" allowfullscreen> </iframe>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Google Maps (search query), cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Google Maps (search query) privacy information
Frequently asked questions about Google Maps (search query)
Does Google Maps (search query) require consent?
The API name alone is not enough to determine whether Google Maps (search query) requires consent. The data transmitted, technologies used and purpose of the service must be considered.
How does tarteaucitron block Google Maps (search query)?
tarteaucitron controls the activation of Google Maps (search query) 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.