Skip to content

Commit fdd42c3

Browse files
Merge pull request #57 from IABTechLab/eee-UID2-6260-update-prebid-version-after-bug-fix
Update prebid version to newest release v10.15.0
2 parents e1a89c2 + 8af0c28 commit fdd42c3

File tree

5 files changed

+72
-1188
lines changed

5 files changed

+72
-1188
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This example demonstrates how to integrate UID2 or EUID with Prebid.js using cli
77

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

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+
>
1212
> **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.
1313
1414
## Build and Run the Example Application
@@ -224,12 +224,12 @@ Run `pbjs.getUserIds()` in console. If empty or missing `uid2`/`euid`:
224224
- Check the browser console for "Configuring Prebid.js with..." message to confirm configuration
225225
- Check that `IDENTITY_NAME` matches the expected identity type (UID2 or EUID)
226226

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
230228

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:
232230

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)
232+
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)
233+
- [TCF Consent Management Module](https://docs.prebid.org/dev-docs/modules/consentManagementTcf.html)
234234

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

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This example demonstrates how to integrate UID2 or EUID with Prebid.js using cli
77

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

10-
> **NOTE:** This example uses Prebid.js v8.37.0.
10+
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.
1111
1212
## Viewing live site
1313

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

103103
## Prebid.js
104104

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:
106106

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

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

web-integrations/prebid-integrations/prebid.js

Lines changed: 25 additions & 585 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For additional documentation, see:
1313

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

16-
> **NOTE:** This example uses Prebid.js v8.37.0.
16+
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.
1717
1818
## How It Works
1919

@@ -185,5 +185,11 @@ window.googletag
185185

186186
## Prebid.js
187187

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)
191+
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)
192+
- [TCF Consent Management Module](https://docs.prebid.org/dev-docs/modules/consentManagementTcf.html)
193+
194+
For general Prebid.js information, see [Prebid.js Documentation](https://docs.prebid.org/).
189195

web-integrations/prebid-secure-signals/prebid.js

Lines changed: 25 additions & 585 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)