ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Telemetry functions
  • User name
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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(sNomUniqueUtilisateur)
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 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.
Component: wd300vm.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help