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
+22-40Lines changed: 22 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,11 @@
3
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).
*[Usage for UID2 Sharers](#usage-for-uid2-sharers)
8
+
*[Usage](#usage)
14
9
*[Development](#development)
15
-
*[Example Usage](#example-usage)
16
-
*[History](#history)
17
-
18
-
## Who Is this SDK for?
19
-
20
-
This SDK simplifies integration with UID2 for Publishers, DSPs and UID Sharers, as described in [UID2 Integration Guides](https://unifiedid.com/docs/category/integration-guides).
10
+
*[Example Usage](#example-usage)
21
11
22
12
## Requirements
23
13
@@ -34,6 +24,26 @@ pip install uid2-client
34
24
35
25
For documentation on usage, see the [UID2 SDK for Python Reference Guide](https://unifiedid.com/docs/sdks/uid2-sdk-ref-python).
36
26
27
+
## Example Usage
28
+
29
+
To run all the example applications:
30
+
31
+
```
32
+
make examples BASE_URL=https://prod.uidapi.com AUTH_KEY=my-auth-key SECRET_KEY=my-secret-key \
0 commit comments