|
|
|
|
|
TelemetryIdentifyUser (Function) Identifies the current user for whom the telemetry data is saved. The telemetry data is not anonymous data anymore. Caution: - The user is identified for the project where TelemetryIdentifyUser is used.
- When this function is used, the data is not anonymous anymore. We advise you to inform the user and to get his agreement to manage this data (to comply with GDPR for example).
TelemetryIdentifyUser(sUniqueUserName)
Sintaxis
TelemetryIdentifyUser(<User name>)
<User name>: Character string Unique name that will be used to store the telemetry data associated with the user. Observaciones User name The unique name is used to identify the user for all the applications: - that call TelemetryIdentifyUser,
- deployed on the same telemetry server.
The name must be unique for each user: - for an internal application, there is usually a way to identify users: initials, name, etc.
- in the context of a software package, a more global identification may be necessary to avoid collisions: email address, combination of a company name and a user name, etc.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|