We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee18d2 commit c0c3a82Copy full SHA for c0c3a82
packages/consent/consent-wrapper-onetrust/README.md
@@ -95,7 +95,8 @@ withOneTrust(analytics).load({ writeKey: '<MY_WRITE_KEY'> })
95
This wrapper uses the `OneTrust.getDomainData()` API to get the consent model for a given geolocation. Default behavior can be overridden by doing:
96
97
```ts
98
-withOneTrust(analytics).load(..., { consentModel: () => 'opt-in' | 'opt-out' })
+withOneTrust(analytics, { consentModel: () => 'opt-in' | 'opt-out' })
99
+ .load({ writeKey: '<MY_WRITE_KEY>' })
100
```
101
102
## Environments
0 commit comments