You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
-
# Uid2 Client Python
1
+
# UID2 SDK for Python
2
2
3
-
The UID 2 Project is subject to Tech Lab IPR’s Policy and is managed by the IAB Tech Lab Addressability Working Group and Privacy & Rearc Commit Group. Please review the governance rules[here](https://github.com/IABTechLab/uid2-core/blob/master/Software%20Development%20and%20Release%20Procedures.md)
3
+
The UID 2 Project is subject to Tech Lab IPR’s Policy and is managed by the IAB Tech Lab Addressability Working Group and Privacy & Rearc Commit Group. Please review [the governance rules](https://github.com/IABTechLab/uid2-core/blob/master/Software%20Development%20and%20Release%20Procedures.md).
4
4
5
-
Client SDK for working with UID2 services.
5
+
This SDK simplifies integration with UID2 for those using Python.
6
6
7
-
SDK supports Python 3.6 and above.
7
+
## Dependencies
8
+
9
+
This SDK supports Python 3.6 and above.
8
10
9
11
## Quick Start
10
12
11
-
Connect to the UID2 service, refresh encryption keys and use those to decrypt an advertising ID
12
-
from an advertising token:
13
+
Connect to the UID2 service, refresh the encryption keys, and then use the keys to decrypt an advertising token, to arrive at the corresponding advertising ID:
0 commit comments