addExtendedId

inline fun addExtendedId(source: String, id: String, extensions: Map<String, String> = emptyMap()): Boolean

Add a user identifier to the global set of extended IDs appended to all outbound requests to Nimbus.

Return

true if the ID was added, false if the ID is already present in the set

Parameters

source

The source of the id, i.e. tradedesk.com

id

the identifier

extensions

additional properties required by the id provider