Skip to main content

UID2 IMA Plugin for Android Integration Guide

The UID2 Interactive Media Ads (IMA) Plugin for Android enables publishers that use the Google IMA SDK for Android to send UID2 tokens as secure signals in ad requests from Android apps. This is done automatically, with no direct coding needed from the app developer.

Functionality

This plugin simplifies integration with Google Interactive Media Ads (IMA) for any publishers who want to support UID2 for apps running on Android devices.

Version

This documentation is for the UID2 IMA Plugin for Android version 0.5.0 and later.

GitHub Repository

This plugin is in the following open-source GitHub repository:

Requirements

To run this plugin, install the following:

  1. Google IMA SDK v3.30.3:
  2. UID2 SDK for Android v0.5.0:
  3. UID2 IMA Plugin for Android v0.5.0

Installation

Prerequisite: Install the Google Interactive Media Ads SDK and the UID2 Android SDK.

Install the UID2 Android IMA Plugin to an existing app with the UID2 Android SDK and Google IMA SDK installed. There are two installation options:

Gradle

To install with Gradle, add the SDK as a dependency in the build.gradle file:

implementation 'com.uid2:uid2-android-sdk-ima:0.5.0'

Maven

To install with Maven, add the SDK as a dependency in the pom.xml file:

<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-android-sdk-ima</artifactId>
<version>0.5.0</version>
</dependency>