User Signals API

As of DT Exchange Android SDK version 8.4.2, publishers can submit first-party data in a flexible key-value pair format, providing deeper insights into user behavior and publisher-specific metrics.

To pass the custom parameters, use the setExtraData method within the InneractiveAdManager class.

Method Signature

Java
public static void setExtraData(String key, String value)

Implementation Details

key

String. The name of the targeting parameter. Use the following case-sensitive values:

  • UID2: Identifier from The Trade Desk.

  • LRE: LiveRamp envelope. Note this is not the LiveRamp ID.

value

String. The data associated with the key. Maximum length: 512 characters.

Usage Example

To pass multiple custom parameters, call the method once for every data point you wish to register

circle-exclamation

Last updated