addExtendedId

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

Adds an extended user identifier to this request.

IDs added using this method take precedence over globally set extended IDs and SDK extensions.

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

See also