ExternalUID

class ExternalUID(val uid: String, val isStable: Boolean? = null)

If your app has means to identify a user, for example through association with an user account or an advertising ID, you can share this with the AdServer. see more in GlobalParameters.externalUID

Parameters

uid

an external ID to pass to the Adserver

isStable

set to false if the external ID is not stable, for example if it is an advertising ID that can change

Constructors

Link copied to clipboard
constructor(uid: String, isStable: Boolean? = null)

Properties

Link copied to clipboard
val isStable: Boolean? = null
Link copied to clipboard
val uid: String