Aggregated and anonymized data from 80k+ sites using tarteaucitron.
adobeworkspace
requests / 30 days
14.18% consent
Adobe - Analysis Workspace and GDPR: how to manage consent
Adobe - Analysis Workspace is an audience measurement or analytics service. Depending on its configuration, its use may involve browser storage, tracking technologies or the transmission of data to a third-party provider.
When the configuration of Adobe - Analysis Workspace requires consent, the service should only be activated after the visitor has made a choice. tarteaucitron can condition its loading on that decision.
Managing Adobe - Analysis Workspace with tarteaucitron
When Adobe - Analysis Workspace 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 Adobe - Analysis Workspace
The current tarteaucitron integration declares 5 cookies associated with Adobe - Analysis Workspace:
This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.
Configuring Adobe - Analysis Workspace
Add the following code to your website after initializing tarteaucitron. Replace the example values with those provided by Adobe - Analysis Workspace.
<script>
tarteaucitron.user.adobeworkspaceId1 = 'id1';
(tarteaucitron.job = tarteaucitron.job || []).push('adobeworkspace');
</script>
Additional code
The following code can already be present on your website and should be kept where the service is used.
<script>tarteaucitron.user.adobeworkspaceId2 = 'id2';tarteaucitron.user.adobeworkspaceId3 = 'id3';</script>
Code to remove
Default HTML code to remove from your website:
<script src="https://assets.adobedtm.com/id1/id2/launch-id3.min.js" async></script>For a complete guide, read the documentation to install tarteaucitron.js.
Privacy information
For detailed information about the processing of data by Adobe - Analysis Workspace, cookies and applicable retention periods, refer to the documentation or privacy policy published by the service provider:
Adobe - Analysis Workspace privacy information
Frequently asked questions about Adobe - Analysis Workspace
Does Adobe - Analysis Workspace require consent?
It depends on how Adobe - Analysis Workspace is configured and which data is processed. Audience measurement tools using non-exempt tracking technologies generally need to be conditioned on the visitor’s consent.
How does tarteaucitron block Adobe - Analysis Workspace?
tarteaucitron controls the activation of Adobe - Analysis Workspace 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.