You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, Segment's consent-wrapper for OneTrust checks for oneTrustGlobal.IsAlertBoxClosed(). This function will not return true unless a user has explicitly confirmed / set their privacy settings. While this is desirable in jurisdictions like US-CA and the EU, some jurisdictions do not require a banner to first be shown and thus many users will not explicitly set a privacy setting with OneTrust - preventing the Segment SDK from ever being loaded for that user.
The text was updated successfully, but these errors were encountered:
Thx @silesky - if it's a larger fix that is needed, it might be useful just to let a consumer of this library drive this behavior via a configuration property on the OneTrustSettings
Just confirming: you have default categories (e.g CAT001, etc) set up that will always be active for the jurisdictions in question, correct, unless they explicitly opt out by interacting with the modal?
In
analytics-next/packages/consent/consent-wrapper-onetrust/src/domain/wrapper.ts
Line 48 in 1eaef11
oneTrustGlobal.IsAlertBoxClosed()
. This function will not return true unless a user has explicitly confirmed / set their privacy settings. While this is desirable in jurisdictions like US-CA and the EU, some jurisdictions do not require a banner to first be shown and thus many users will not explicitly set a privacy setting with OneTrust - preventing the Segment SDK from ever being loaded for that user.The text was updated successfully, but these errors were encountered: