Skip to content

Commit 3cf0385

Browse files
clean up readme
1 parent a086844 commit 3cf0385

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ 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 v10.15.0.
11-
>
1210
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.
1311
>
1412
> **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.
@@ -228,7 +226,7 @@ Run `pbjs.getUserIds()` in console. If empty or missing `uid2`/`euid`:
228226

229227
## Prebid.js
230228

231-
This example includes a custom build of Prebid.js with the necessary modules for UID2/EUID integration:
229+
This example includes a custom build of Prebid.js v10.15.0 with the necessary modules for UID2/EUID integration:
232230

233231
- [Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
234232
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ 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 v10.15.0.
11-
>
1210
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.
1311
1412
## Viewing live site
@@ -104,7 +102,7 @@ For EUID, TCF2 consent management is also configured to ensure GDPR compliance.
104102

105103
## Prebid.js
106104

107-
This example includes a custom build of Prebid.js with the necessary modules for UID2/EUID integration:
105+
This example includes a custom build of Prebid.js v10.15.0 with the necessary modules for UID2/EUID integration:
108106

109107
- [Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
110108
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ 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 v10.15.0.
17-
>
1816
> **IMPORTANT:** This implementation requires Prebid.js version **8.42.0 or later**.
1917
2018
## How It Works
@@ -187,7 +185,7 @@ window.googletag
187185

188186
## Prebid.js
189187

190-
This example includes a custom build of Prebid.js with the necessary modules for UID2/EUID integration:
188+
This example includes a custom build of Prebid.js v10.15.0 with the necessary modules for UID2/EUID integration:
191189

192190
- [Unified ID 2.0](https://docs.prebid.org/dev-docs/modules/userid-submodules/unified2.html)
193191
- [European Unified ID](https://docs.prebid.org/dev-docs/modules/userid-submodules/euid.html)

0 commit comments

Comments
 (0)