Skip to content

Commit

Permalink
Update OneTrust README (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Jul 10, 2024
1 parent aee18d2 commit c0c3a82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/consent/consent-wrapper-onetrust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ withOneTrust(analytics).load({ writeKey: '<MY_WRITE_KEY'> })
This wrapper uses the `OneTrust.getDomainData()` API to get the consent model for a given geolocation. Default behavior can be overridden by doing:
```ts
withOneTrust(analytics).load(..., { consentModel: () => 'opt-in' | 'opt-out' })
withOneTrust(analytics, { consentModel: () => 'opt-in' | 'opt-out' })
.load({ writeKey: '<MY_WRITE_KEY>' })
```
## Environments
Expand Down

0 comments on commit c0c3a82

Please sign in to comment.