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.
This SDK simplifies integration with UID2 for those using .NET.
This library uses .NET Standard 2.1. unit tests. The sample app uses .NET 5.0.
to build, run the following:
dotnet build
dotnet test
To run the sample app:
dotnet run --project src/SampleApp/SampleApp.csproj https://operator-integ.uidapi.com \
<your-api-token> <your-secret-key> <advertising-token>
For documentation on usage, see the UID2 SDK for C# / .NET Reference Guide.
For example usage, see src/SampleApp/Program.cs.