Skip to content

Commit a086844

Browse files
update readme with relevant prebid modules
1 parent df7223b commit a086844

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

web-integrations/prebid-integrations/client-server/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ Run `pbjs.getUserIds()` in console. If empty or missing `uid2`/`euid`:
226226
- Check the browser console for "Configuring Prebid.js with..." message to confirm configuration
227227
- Check that `IDENTITY_NAME` matches the expected identity type (UID2 or EUID)
228228

229-
## Additional Resources
229+
## Prebid.js
230230

231-
To see all UID2 integration options with Prebid.js, see [UID2 Integration Overview for Prebid](https://unifiedid.com/docs/guides/integration-prebid).
231+
This example includes a custom build of Prebid.js with the necessary modules for UID2/EUID integration:
232232

233-
To see all EUID integration options with Prebid.js, see [EUID Integration Overview for Prebid](https://euid.eu/docs/guides/integration-prebid).
233+
- [Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
234+
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)
235+
- [TCF Consent Management Module](https://docs.prebid.org/dev-docs/modules/consentManagementTcf.html)
234236

235-
For information about running a local operator, see [UID2 Operator Repository](https://github.com/IABTechLab/uid2-operator).
236-
237-
For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).
237+
For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).

web-integrations/prebid-integrations/client-side/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,10 @@ For EUID, TCF2 consent management is also configured to ensure GDPR compliance.
104104

105105
## Prebid.js
106106

107-
This example includes a custom build of Prebid.js with the necessary modules for UID2/EUID integration. The `uid2IdSystem` module in Prebid supports both UID2 and EUID identities.
107+
This example includes a custom build of Prebid.js with the necessary modules for UID2/EUID integration:
108108

109-
## Additional Resources
109+
- [Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
110+
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)
111+
- [TCF Consent Management Module](https://docs.prebid.org/dev-docs/modules/consentManagementTcf.html)
110112

111-
To see all UID2 integration options with Prebid.js, see [UID2 Integration Overview for Prebid](https://unifiedid.com/docs/guides/integration-prebid).
112-
113-
To see all EUID integration options with Prebid.js, see [EUID Integration Overview for Prebid](https://euid.eu/docs/guides/integration-prebid).
114-
115-
For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).
113+
For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).

web-integrations/prebid-secure-signals/client-side/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,11 @@ window.googletag
187187

188188
## Prebid.js
189189

190-
This example includes a custom build of Prebid.js with the necessary modules for UID2/EUID integration. The `uid2IdSystem` module in Prebid supports both UID2 and EUID identities.
190+
This example includes a custom build of Prebid.js with the necessary modules for UID2/EUID integration:
191+
192+
- [Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
193+
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)
194+
- [TCF Consent Management Module](https://docs.prebid.org/dev-docs/modules/consentManagementTcf.html)
195+
196+
For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).
191197

0 commit comments

Comments
 (0)