Google Slides consent management

Third-party service
Consent-controlled integration
Google Slides
2 cookies listed Privacy policy
service gslides
338
requests / 30 days

62.13% consent


Google Slides: cookies and consent management

Google Slides is a third-party service that can be integrated into a website. Activating it may involve data exchanges with the provider or browser-side storage mechanisms.

When Google Slides requires visitor consent, tarteaucitron can condition its activation on the choice made through the consent interface.

Managing Google Slides with tarteaucitron

When Google Slides 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 Slides

The current tarteaucitron integration declares 2 cookies associated with Google Slides:

  • CONSENT
  • NID

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 Slides

Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Google Slides.

<script>
(tarteaucitron.job = tarteaucitron.job || []).push('gslides');
</script>

Additional code

The following code can already be present on your website and should be kept where the service is used.

<div class="gslides_embed" data-width="width" data-height="height" id="id" data-autostart="autostart (true | false)" data-loop="loop (true | false)" data-delay="delay"></div>

Code to remove

Default HTML code to remove from your website:

<iframe width="width" height="height" src="https://docs.google.com/presentation/d/e/id/embed?start=autostart (true | false)&loop=loop (true | false)&delayms=delay"></iframe>

For a complete guide, read the documentation to install tarteaucitron.js.

Privacy information

For detailed information about the processing of data by Google Slides, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:

Google Slides privacy information

Frequently asked questions about Google Slides

Does Google Slides require consent?

Whether Google Slides requires consent depends on the data processed, tracking technologies used and the purpose of the service.

How does tarteaucitron block Google Slides?

tarteaucitron controls the activation of Google Slides 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.