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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
This example demonstrates how to integrate [UID2 with Prebid.js using client-server integration](https://unifiedid.com/docs/guides/integration-prebid-client-server), where UID2 tokens are generated on the server side and passed to Prebid for use in header bidding auctions.
4
4
5
-
For the client-side Prebid.js integration example, see [../client-side](../client-side).
6
-
7
5
> **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.
8
6
9
7
## Run with Docker (Recommended)
@@ -205,7 +203,7 @@ This example implements the [UID2 Client-Server Integration Guide for Prebid.js]
205
203
### "Request failed with status code 500"
206
204
207
205
**For local operator:**
208
-
- Verify the operator is running at `localhost:8080`
206
+
- Verify the operator is running at `localhost:8080`; the output should indicate 'OK'.
209
207
- Check `enable_v2_encryption: true` is set in `local-config.json`
0 commit comments