We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using OneTrust's 'Consent Rate Optimization' feature, they ask you to populate the OneTrust global object in the following shape:
window.OneTrust = {"id":"423070798","isAnonymous":false,"token":"<someJWT>"}})
This is causing a lot of log noise due to this validation error ->
analytics-next/packages/consent/consent-wrapper-onetrust/src/lib/onetrust-api.ts
Line 64 in 50a969b
The text was updated successfully, but these errors were encountered:
Fixed in https://github.com/segmentio/analytics-next/releases/tag/%40segment%2Fanalytics-consent-wrapper-onetrust%400.4.1
Sorry, something went wrong.
No branches or pull requests
When using OneTrust's 'Consent Rate Optimization' feature, they ask you to populate the OneTrust global object in the following shape:
This is causing a lot of log noise due to this validation error ->
analytics-next/packages/consent/consent-wrapper-onetrust/src/lib/onetrust-api.ts
Line 64 in 50a969b
The text was updated successfully, but these errors were encountered: