UID2 Server-Side Integration Guide for Mobile
This guide is for mobile app publishers who want to manage the UID2 token entirely on the server side:
- The token is generated on the server side.
- The token is refreshed as needed on the server side.
This setup requires that most of the code changes are done on the server side, with minimal changes in the mobile app.
One advantage of this approach is that if you're dealing with multiple platforms (Web / CTV / mobile), doing everything on the server side can reduce platform-specific efforts.
To implement using this approach, follow the instructions in Publisher Integration Guide, Server-Side.
If your server-side code is in Java or Python, you can use one of the UID2 SDKs to make the HTTP requests to UID2, instead of writing your own source code. For details, refer to one of the following SDK guides: