The SDK generates a unique ID for each end user when the SDK is initialized for the first time. This ID is appended to each tracking request to identify the end user.


You can retrieve the ever ID as follows:

Webtrekk.getInstance().getEverId()
JAVA