Skip to content

Commit d5b56ef

Browse files
small word change
1 parent 60df732 commit d5b56ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdks/sdk-ref-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Link from '@docusaurus/Link';
99

1010
# SDK for Python Reference Guide
1111

12-
You can use the SDK for Python on the server side to facilitate the process of generating or establishing client identity using UID2, retrieving advertising tokens for <Link href="../ref-info/glossary-uid#gl-bidstream">bidstream</Link> use, and automatically refreshing UID2 tokens. If you have the applicable permissions, you can also encrypt and decrypt for sharing, map DII to raw UID2s, and monitor rotated salt buckets.
12+
You can use the SDK for Python on the server side to facilitate the process of generating or establishing client identity using UID2, retrieving advertising tokens for <Link href="../ref-info/glossary-uid#gl-bidstream">bidstream</Link> use, and automatically refreshing UID2 tokens. If you have the applicable permissions, you can also encrypt and decrypt for sharing and map DII to raw UID2s.
1313

1414
## Functionality
1515

@@ -62,7 +62,7 @@ The initialization step depends on the role, as shown in the following table.
6262
| Role | Create Instance of Class | Link to Instructions |
6363
|:-------------------------|:--------------------------|:-----------------------------------------------------------------------------|
6464
| Publisher | `Uid2PublisherClient` | [Usage for Publishers](#usage-for-publishers) |
65-
| Advertiser/Data Provider | `IdentityMapClient` | [Usage for Advertisers/Data Providers](#usage-for-advertisersdata-providers) |
65+
| Advertiser/Data Provider | `IdentityMapV3Client` | [Usage for Advertisers/Data Providers](#usage-for-advertisersdata-providers) |
6666
| DSP | `BidstreamClient` | [Usage for DSPs](#usage-for-dsps) |
6767
| Sharer | `SharingClient` | [Usage for Sharers](#usage-for-uid2-sharers) |
6868

0 commit comments

Comments
 (0)