UserId

class UserId(val userIdType: UserIdType, val value: String)

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.userIds

Parameters

userIdType

an user ID or extended ID type to pass to the Adserver

value

string can set to any value if

Constructors

Link copied to clipboard
constructor(userIdType: UserIdType, value: String)

Properties

Link copied to clipboard
Link copied to clipboard