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
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
TelemetryAddPassage (Function)
In french: TélémétrieAjoutePassage
Signals the code execution for a passage sensor.
This allows you to get usage statistics about an application feature:
  • total number of users or percentage of users who have used the feature over a period,
  • minimum, average or maximum number of users who have used the feature every day, ...
Example
// Un capteur de passage "AnnulationCommande" a été défini dans l'éditeur.
// A chaque annulation de commande, on enregistre l'utilisation de la fonctionnalité 
// par l'utilisateur
TelemetryAddPassage(AnnulationCommande)
Syntax
TelemetryAddPassage(<Sensor> [, <Category value>])
<Sensor>: Character string
Name of the passage sensor defined in the editor.
<Category value>: Optional character string
Value for the category defined in the editor.
Remarks
  • The sensors must be defined in a custom telemetry.
  • A WLanguage error occurs if the sensor is not a passage sensor.
Component: wd300vm.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help