You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web-integrations/prebid-integrations/client-server/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ This example demonstrates how to integrate UID2 or EUID with Prebid.js using cli
7
7
8
8
This example can be configured for either UID2 or EUID — the behavior is determined by your environment variable configuration. You cannot use both simultaneously.
9
9
10
-
> **NOTE:** This example uses Prebid.js v8.37.0.
11
-
10
+
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.
11
+
>
12
12
> **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.
13
13
14
14
## Build and Run the Example Application
@@ -224,12 +224,12 @@ Run `pbjs.getUserIds()` in console. If empty or missing `uid2`/`euid`:
224
224
- Check the browser console for "Configuring Prebid.js with..." message to confirm configuration
225
225
- Check that `IDENTITY_NAME` matches the expected identity type (UID2 or EUID)
226
226
227
-
## Additional Resources
228
-
229
-
To see all UID2 integration options with Prebid.js, see [UID2 Integration Overview for Prebid](https://unifiedid.com/docs/guides/integration-prebid).
227
+
## Prebid.js
230
228
231
-
To see all EUID integration options with Prebid.js, see [EUID Integration Overview for Prebid](https://euid.eu/docs/guides/integration-prebid).
229
+
This example includes a custom build of Prebid.js v10.15.0 with the necessary modules for UID2/EUID integration:
232
230
233
-
For information about running a local operator, see [UID2 Operator Repository](https://github.com/IABTechLab/uid2-operator).
231
+
-[Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
Copy file name to clipboardExpand all lines: web-integrations/prebid-integrations/client-side/README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This example demonstrates how to integrate UID2 or EUID with Prebid.js using cli
7
7
8
8
This example can be configured for either UID2 or EUID — the behavior is determined by your environment variable configuration. You cannot use both simultaneously.
9
9
10
-
> **NOTE:** This example uses Prebid.js v8.37.0.
10
+
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.
11
11
12
12
## Viewing live site
13
13
@@ -102,12 +102,10 @@ For EUID, TCF2 consent management is also configured to ensure GDPR compliance.
102
102
103
103
## Prebid.js
104
104
105
-
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.
105
+
This example includes a custom build of Prebid.js v10.15.0 with the necessary modules for UID2/EUID integration:
106
106
107
-
## Additional Resources
107
+
-[Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
Copy file name to clipboardExpand all lines: web-integrations/prebid-secure-signals/client-side/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ For additional documentation, see:
13
13
14
14
This example can be configured for either UID2 or EUID — the behavior is determined by your environment variable configuration. You cannot use both simultaneously.
15
15
16
-
> **NOTE:** This example uses Prebid.js v8.37.0.
16
+
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.
17
17
18
18
## How It Works
19
19
@@ -185,5 +185,11 @@ window.googletag
185
185
186
186
## Prebid.js
187
187
188
-
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.
188
+
This example includes a custom build of Prebid.js v10.15.0 with the necessary modules for UID2/EUID integration:
189
+
190
+
-[Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
0 commit comments