Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK summary page functionality table, add footnote + minor mods #413

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions docs/sdks/summary-sdks.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,35 @@
---
title: SDKs - Summary
title: SDKs—Summary
sidebar_label: SDKs - Summary
pagination_label: SDKs - Summary
description: Summary of SDK documentation available.
hide_table_of_contents: false
sidebar_position: 01
---

# SDKs—Summary

Review the SDK functionality to determine which SDK or SDKs you want to use, then click through in the SDKs table to review the reference documentation.

## SDK Functionality

The following table summarizes the functionality available with each SDK.

| UID2 SDK for... | Client-Side or Server-Side | Encrypt Raw UID2 to UID2 Token | Decrypt UID2 Token | Generate UID2 Token from DII | Refresh UID2 Token | Generate Raw UID2 from DII |
| UID2 SDK for... | Client-Side or Server-Side | Encrypt Raw UID2 to UID2 Token | Decrypt UID2 Token | Generate UID2 Token from DII | Refresh UID2 Token | Generate Raw UID2 from DII* |
| :--- | :--- | :--- | :--- | :--- | :--- | :--- |
|JavaScript | Client| ❌ | ❌ | ❌ | ✅ | ❌ |
|Java | Server | ✅ | ✅ | ✅ | ✅ | ❌ |
|Python | Server | ✅ | ✅ | ✅ | ✅ | ❌ |
|C# / .NET | Server | ✅ | ✅ | ❌ | ❌ | ❌ |
|C++ | Server | ✅ | ✅ | ❌ | ❌ | ❌ |
|Android | Client (Mobile) | ❌ | ❌ | ❌ | ✅ | ❌ |
|iOS | Client (Mobile)| ❌ | ❌ | ❌ | ✅ |❌ |
|JavaScript | Client| — | — | — | ✅ | — |
|Java | Server | ✅ | ✅ | ✅ | ✅ | — |
|Python | Server | ✅ | ✅ | ✅ | ✅ | — |
|C# / .NET | Server | ✅ | ✅ | — | — | — |
|C++ | Server | ✅ | ✅ | — | — | — |
|Android | Client (Mobile) | — | — | — | ✅ | — |
|iOS | Client (Mobile)| — | — | —| ✅ |— |

*Advertisers and Data Providers who need to generate raw UID2s from DII can do this via Snowflake (see [Snowflake Integration Guide](../guides/snowflake_integration.md)) or by using the [POST /identity/map](../endpoints/post-identity-map.md) endpoint.

<!-- &#9989; = Supported | &#10060; = Not Supported -->
<!-- &#9989; = Supported | &#10060; = Not Supported | &#8212; = Not Supported -->

## SDKs
## SDK Documentation

The following SDK documentation is available for UID2 integration. Documentation links are in the first column.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
title: SDKs - Summary
title: SDKs&#8212;Summary
sidebar_label: SDKs - Summary
pagination_label: SDKs - Summary
description: SDK ドキュメントの概要。
hide_table_of_contents: false
sidebar_position: 01
---

<!-- This guide includes the following information:
- [SDKs](#sdks)
- [SDK Functionality](#sdk-functionality)
# SDKs -->
# SDKs&#8212;Summary

SDK の機能を確認して使用する SDK を決定し、SDK の表をクリックして参照ドキュメントを確認してください。

Expand All @@ -26,7 +25,7 @@ SDK の機能を確認して使用する SDK を決定し、SDK の表をクリ
|UID2 SDK for iOS | Client-Side| Not supported | Not supported | Not supported | Supported |
|UID2 SDK for Android | Client-Side | Not supported | Not supported | Not supported | Supported |

## SDKs
## SDK Documentation

UID2 インテグレーションについては、以下の SDK ドキュメントを参照してください。

Expand Down