IABTechLab / uid2-client-net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UID2 SDK for .NET

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.

Dependencies

This library uses .NET Standard 2.1. unit tests. The sample app uses .NET 5.0.

Build

to build, run the following:

dotnet build
dotnet test

Run

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>

Usage

For documentation on usage, see the UID2 SDK for C# / .NET Reference Guide.

Example Usage

For example usage, see src/SampleApp/Program.cs.

About

License:Apache License 2.0


Languages

Language:C# 99.9%Language:Batchfile 0.1%