How does Global Privacy Control affect consent?
What happens when a visitor's browser sends a Global Privacy Control signal? Does it automatically reject everything?
What happens when a visitor's browser sends a Global Privacy Control signal? Does it automatically reject everything?
Community posts reflect their authors' views and may be incomplete or outdated. They are not legal advice or official product documentation. Verify product behavior in the current documentation and consult qualified counsel about requirements that apply to your site.
When navigator.globalPrivacyControl === true, OptinStack records gpc: true. By default, all optional consent categories start as false. Plans with advanced GPC controls can configure which optional categories the signal rejects.
The necessary category remains true. GPC is included in consent records and OptinStack also pushes optinstack_gpc_signal_detected to the GTM dataLayer. Test the resolved behavior with window.OptinStack.gpc and window.OptinStack.choices after the runtime is ready.
Documentation: Global Privacy Control and Consent Mode dataLayer events.