Skip to content

Commit ce183a2

Browse files
shorten intro in readme
1 parent 73af45d commit ce183a2

File tree

1 file changed

+1
-3
lines changed
  • web-integrations/prebid-integrations/client-server

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
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.
44

5-
For the client-side Prebid.js integration example, see [../client-side](../client-side).
6-
75
> **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.
86
97
## Run with Docker (Recommended)
@@ -205,7 +203,7 @@ This example implements the [UID2 Client-Server Integration Guide for Prebid.js]
205203
### "Request failed with status code 500"
206204

207205
**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'.
209207
- Check `enable_v2_encryption: true` is set in `local-config.json`
210208
- Review operator logs for errors
211209

0 commit comments

Comments
 (0)