Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions web-integrations/prebid-integrations/client-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This example demonstrates how to integrate UID2 or EUID with Prebid.js using cli

This example can be configured for either UID2 or EUID — the behavior is determined by your environment variable configuration. You cannot use both simultaneously.

> **NOTE:** This example uses Prebid.js v8.37.0.

> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.
>
> **NOTE:** While the server side of this example is implemented in JavaScript using Node.js, it is not a requirement. You can use any technology of your choice and refer to this example for illustration of the functionality that needs to be implemented.

## Build and Run the Example Application
Expand Down Expand Up @@ -224,12 +224,12 @@ Run `pbjs.getUserIds()` in console. If empty or missing `uid2`/`euid`:
- Check the browser console for "Configuring Prebid.js with..." message to confirm configuration
- Check that `IDENTITY_NAME` matches the expected identity type (UID2 or EUID)

## Additional Resources

To see all UID2 integration options with Prebid.js, see [UID2 Integration Overview for Prebid](https://unifiedid.com/docs/guides/integration-prebid).
## Prebid.js

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

For information about running a local operator, see [UID2 Operator Repository](https://github.com/IABTechLab/uid2-operator).
- [Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)
- [TCF Consent Management Module](https://docs.prebid.org/dev-docs/modules/consentManagementTcf.html)

For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).
For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).
14 changes: 6 additions & 8 deletions web-integrations/prebid-integrations/client-side/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This example demonstrates how to integrate UID2 or EUID with Prebid.js using cli

This example can be configured for either UID2 or EUID — the behavior is determined by your environment variable configuration. You cannot use both simultaneously.

> **NOTE:** This example uses Prebid.js v8.37.0.
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.

## Viewing live site

Expand Down Expand Up @@ -102,12 +102,10 @@ For EUID, TCF2 consent management is also configured to ensure GDPR compliance.

## Prebid.js

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.
This example includes a custom build of Prebid.js v10.15.0 with the necessary modules for UID2/EUID integration:

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

To see all UID2 integration options with Prebid.js, see [UID2 Integration Overview for Prebid](https://unifiedid.com/docs/guides/integration-prebid).

To see all EUID integration options with Prebid.js, see [EUID Integration Overview for Prebid](https://euid.eu/docs/guides/integration-prebid).

For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).
For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).
610 changes: 25 additions & 585 deletions web-integrations/prebid-integrations/prebid.js

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions web-integrations/prebid-secure-signals/client-side/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For additional documentation, see:

This example can be configured for either UID2 or EUID — the behavior is determined by your environment variable configuration. You cannot use both simultaneously.

> **NOTE:** This example uses Prebid.js v8.37.0.
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.

## How It Works

Expand Down Expand Up @@ -185,5 +185,11 @@ window.googletag

## Prebid.js

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.
This example includes a custom build of Prebid.js v10.15.0 with the necessary modules for UID2/EUID integration:

- [Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)
- [TCF Consent Management Module](https://docs.prebid.org/dev-docs/modules/consentManagementTcf.html)

For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).

610 changes: 25 additions & 585 deletions web-integrations/prebid-secure-signals/prebid.js

Large diffs are not rendered by default.