ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Telemetry functions
  • User name
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
TelemetryIdentifyUser (Function)
In french: TélémétrieIdentifieUtilisateur
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).
IOS Widget This function is now available in iOS widget mode.
Example
TelemetryIdentifyUser(sUniqueUserName)
Syntax
TelemetryIdentifyUser(<User name>)
<User name>: Character string
Unique name that will be used to store the telemetry data associated with the user.
Remarks

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 in-house application, there is a simple way to identify the users: initials, name, ...
  • for a software package, a more global identification may be required to avoid collisions: email address, combination between a company name and a username, ...
Component: wd290vm.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help