Zoho PageSense consent management

Analytics
Consent-controlled integration
Zoho PageSense
26 cookies listed Privacy policy
service zohopagesense
9.5k
requests / 30 days

30.17% consent


Zoho PageSense and GDPR: how to manage consent

Zoho PageSense 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 Zoho PageSense requires consent, the service should only be activated after the visitor has made a choice. tarteaucitron can condition its loading on that decision.

Managing Zoho PageSense with tarteaucitron

When Zoho PageSense 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 Zoho PageSense

The current tarteaucitron integration declares 26 cookies associated with Zoho PageSense:

  • zab_g_
  • zabUserID
  • zabVisitID
  • zabSplit
  • zabBucket
  • zabHMBucket
  • zpsfa_
  • zfa
  • zsr
  • zabme
  • zsd
  • ps_payloadSeqId
  • zabPZBucket
  • zPersonalization
  • zia_
  • zpc
  • zps_permission_status
  • zps-tgr-dts
  • zpspolls_
  • zpsPollsBucket
  • zpspb
  • zpsPopupBucket
  • zpssr
  • zab_g_
  • zab_
  • zPersonalization

This list corresponds to the cookies currently declared in the tarteaucitron service definition. The service provider may change its technical implementation over time.

Configuring Zoho PageSense

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

<script>
tarteaucitron.user.zohoPageSenseProjectId = 'id';
(tarteaucitron.job = tarteaucitron.job || []).push('zohopagesense');
</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.zohoPageSenseScriptHash = 'hash';</script>

Code to remove

Default HTML code to remove from your website:

<script src="https://cdn-eu.pagesense.io/js/id/hash.js"></script>

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

Privacy information

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

Zoho PageSense privacy information

Frequently asked questions about Zoho PageSense

Does Zoho PageSense require consent?

It depends on how Zoho PageSense 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 Zoho PageSense?

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