AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de telemetría
  • User name
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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).
IOS Widget This function is now available in iOS widget mode.
Ejemplo
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.
Componente: wd300vm.dll
Versión mínima requerida
  • Versión 21
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

Señalar un error o enviar una sugerencia | Ayuda local