Skip to content

Commit b1f7301

Browse files
committed
update to SDK Summary page
1 parent 656114c commit b1f7301

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/sdks/summary-sdks.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Review the SDK functionality to determine which SDK or SDKs you want to use, the
1818

1919
The following table summarizes the functionality available with each SDK.
2020

21-
| UID2 SDK for... | Client-Side or Server-Side | Encrypt Raw UID2 to UID2 Token for Sharing | Decrypt UID2 Token to Raw UID2 | Generate UID2 Token from DII | Refresh UID2 Token | Map DII to Raw UID2s* | Monitor Rotated Salt Buckets |
21+
| UID2 SDK for... | Client-Side or Server-Side | Encrypt Raw UID2 to UID2 Token for Sharing | Decrypt UID2 Token to Raw UID2 | Generate UID2 Token from DII | Refresh UID2 Token | Map DII to Raw UID2s* | Monitor Rotated Salt Buckets** |
2222
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
2323
|JavaScript | Client | — | — | ✅ | ✅ | — | — |
2424
|Java | Server | ✅ | ✅ | ✅ | ✅ | ✅ | — |
@@ -28,7 +28,9 @@ The following table summarizes the functionality available with each SDK.
2828
|Android | Client (Mobile) | — | — | ✅ | ✅ | — | — |
2929
|iOS | Client (Mobile) | — | — | ✅| ✅ |— | — |
3030

31-
*Advertisers and Data Providers who need to generate raw UID2s from DII can also do this via Snowflake (see [Snowflake Integration Guide](../guides/integration-snowflake.md)) or by using the [POST /identity/map](../endpoints/post-identity-map.md) endpoint.
31+
* Advertisers and Data Providers who need to generate raw UID2s from DII can also do this via Snowflake (see [Snowflake Integration Guide](../guides/integration-snowflake.md)) or by using the [POST /identity/map](../endpoints/post-identity-map.md) endpoint.
32+
33+
** Monitoring rotated salt buckets is not necessary for implementations using the latest version of the [POST /identity/map](../endpoints/post-identity-map.md) endpoint.
3234

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

0 commit comments

Comments
 (0)