From 67d07f71f358f655733d7d7aa2a0d3f9eac636a7 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Mon, 8 Jan 2024 11:31:01 -0500 Subject: [PATCH] update names for server-side SDKs --- docs/overviews/overview-dsps.md | 8 ++++---- docs/sdks/uid2-sdk-ref-cplusplus.md | 4 ++-- docs/sdks/uid2-sdk-ref-csharp-dotnet.md | 4 ++-- docs/sdks/uid2-sdk-ref-java.md | 4 ++-- docs/sdks/uid2-sdk-ref-python.md | 4 ++-- docs/sharing/sharing-bid-stream.md | 8 ++++---- .../current/overviews/overview-dsps.md | 8 ++++---- .../current/sdks/summary-sdks.md | 8 ++++---- .../current/sdks/uid2-sdk-ref-cplusplus.md | 2 +- .../current/sdks/uid2-sdk-ref-csharp-dotnet.md | 2 +- .../current/sdks/uid2-sdk-ref-java.md | 4 ++-- .../current/sdks/uid2-sdk-ref-python.md | 2 +- .../current/sharing/sharing-bid-stream.md | 8 ++++---- 13 files changed, 33 insertions(+), 33 deletions(-) diff --git a/docs/overviews/overview-dsps.md b/docs/overviews/overview-dsps.md index d74b699cf..c27bfa2ef 100644 --- a/docs/overviews/overview-dsps.md +++ b/docs/overviews/overview-dsps.md @@ -74,10 +74,10 @@ The following documentation resources are available for DSPs to implement UID2. | Type| Documentation | Content Description | | :--- | :--- | :--- | -|UID2 SDK for Java | [UID2 SDK for Java (Server-Side) Reference Guide](../sdks/uid2-sdk-ref-java.md) | An SDK for anyone using Java server-side and who wants to decrypt UID2 advertising tokens to access the raw UID2.| -|UID2 SDK for Python | [UID2 SDK for Python (Server-Side) Reference Guide](../sdks/uid2-sdk-ref-python.md) | An SDK for anyone using Python server-side and who wants to decrypt UID2 advertising tokens to access the raw UID2.| -|UID2 SDK for C# / .NET | [UID2 SDK for C# / .NET (Server-Side) Reference Guide](../sdks/uid2-sdk-ref-csharp-dotnet.md) | An SDK for anyone using .NET server-side and who wants to decrypt UID2 advertising tokens to access the raw UID2.| -|UID2 SDK for C++ | [UID2 SDK for C++ (Server-Side) Reference Guide](../sdks/uid2-sdk-ref-cplusplus.md) | An SDK for anyone using C++ server-side and who wants to decrypt UID2 advertising tokens to access the raw UID2.| +|UID2 SDK for Java | [UID2 SDK for Java Reference Guide](../sdks/uid2-sdk-ref-java.md) | An SDK for anyone using Java server-side and who wants to decrypt UID2 advertising tokens to access the raw UID2.| +|UID2 SDK for Python | [UID2 SDK for Python Reference Guide](../sdks/uid2-sdk-ref-python.md) | An SDK for anyone using Python server-side and who wants to decrypt UID2 advertising tokens to access the raw UID2.| +|UID2 SDK for C# / .NET | [UID2 SDK for C# / .NET Reference Guide](../sdks/uid2-sdk-ref-csharp-dotnet.md) | An SDK for anyone using .NET server-side and who wants to decrypt UID2 advertising tokens to access the raw UID2.| +|UID2 SDK for C++ | [UID2 SDK for C++ Reference Guide](../sdks/uid2-sdk-ref-cplusplus.md) | An SDK for anyone using C++ server-side and who wants to decrypt UID2 advertising tokens to access the raw UID2.| | Integration Guide | [DSP Integration Guide](../guides/dsp-guide.md) | This integration guide for DSPs covers handling UID2s for bidding and honoring user opt-outs. |