OneSignal: GDPR, cookies and installation

API
Consent-controlled integration
OneSignal
No cookie listed Privacy policy
service onesignal
2.8M
requests / 30 days

20.9% consent


OneSignal: integration, data and consent

OneSignal 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 OneSignal uses tracking technologies or processing that requires consent, tarteaucitron can condition its activation on the visitor’s choice.

Managing OneSignal with tarteaucitron

When OneSignal 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 OneSignal

No cookie name is currently declared in the tarteaucitron integration for OneSignal. This does not necessarily mean that the service processes no data or uses no other browser storage mechanism.

Configuring OneSignal

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

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

Code to remove

Default HTML code to remove from your website:

<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" type="text/javascript"></script> <script> var OneSignal = window.OneSignal || []; OneSignal.push(function() { OneSignal.init({ appId: "onesignalAppId", }); }); </script>

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

Privacy information

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

OneSignal privacy information

Frequently asked questions about OneSignal

Does OneSignal require consent?

The API name alone is not enough to determine whether OneSignal requires consent. The data transmitted, technologies used and purpose of the service must be considered.

How does tarteaucitron block OneSignal?

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