|
|
|
|
|
- Overview
- Enabling the telemetry
- Enabling the telemetry in the project description
- Enabling the telemetry in the description of a configuration
- Enabling the telemetry when creating the executable
- Installing the application
- Installing an application that support the telemetry
- Installing an application that support the telemetry
Telemetry: Configuration of WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must: - Enable the telemetry in the application. This activation can be done:
- in the project description. In this case, this activation is performed for all the existing project configurations.
- in the platform description.
- when creating the executable.
- Deploy the:
Note: By default, telemetry data is anonymous.. You have the ability to identify the user by using TelemetryIdentifyUser. The telemetry can be enabled: - in the project description. In this case, this activation is performed for all the existing project configurations.
- in the platform description.
- when creating the executable.
Enabling the telemetry in the project description To enable the telemetry in the project description: - Open the project description window. To do so, go to the "Project" tab, "Project" group, and click "Description".
- In the window that is displayed, select the "Telemetry" tab.
- Check "Enable the telemetry for the project" and specify the requested parameters:
- Server location:
- Local, network or Internet server: In this case, you can specify the protocol used: HTPP or HTTPS..
Note: For HTTPS protocol, you need to install a certificate on your Web server (IIS or Apache). - CLOUD platform. In this case, all you have to do is specify the CLOUD account to use.
Note: A telemetry platform is required..
- Address:
- Address of server or address of PCCloud platform.
- Username and associated password. This data was given at the end of setup of telemetry server.
Check the connection to the telemetry server to make sure that the data is correct. - Telemetry of application:
- Application name. This name will be proposed in the telemetry dashboard.
- The mode for triggering the collection of information. By default, data collection is enabled automatically, but it can be enabled programmatically using TelemetryEnable.
- Validate.
These parameters are defined for the current project and for all its configurations. The telemetry can be customized or disabled for each project configuration. Enabling the telemetry in the description of a configuration To configure the telemetry for the current configuration: - On the "Project" tab, in the "Project configuration" group, click "Current configuration".
- Select the "Telemetry" tab to configure the telemetry.
- Several options are available:
- Use project telemetry parameters: This option lets you use the telemetry parameters specified in the project description..
Warning: If telemetry is not enabled in the project, the current configuration will not use telemetry.. - Use specific telemetry parameters: This option allows you to define specific telemetry parameters for the current configuration.. You can for example disable the telemetry on the project and enable it on a configuration only. You also have the ability to use specific parameters for a type of configuration (for example, the Windows and mobile configurations do not use the same server).
- Disable telemetry for this configuration: This option allows you not to use telemetry for the current configuration..
Note: If you select the "Use specific telemetry parameters" option, it is necessary to define all telemetry parameters..
- Specify the location of telemetry server:
- Local, network or Internet server: In this case, you can specify the protocol used: HTPP or HTTPS..
Note: For HTTPS protocol, you need to install a certificate on your Web server (IIS or Apache). - CLOUD platform. In this case, all you have to do is specify the CLOUD account to use.
- Specify the address of the telemetry server to use:
- Check the connection to the telemetry server to make sure that the data is correct.
- The option "Telemetry of the application" is used to configure:
- The application name. This name will be proposed in the telemetry dashboard.
- The mode for triggering the collection of information. By default, data collection is enabled automatically, but it can be enabled programmatically using TelemetryEnable.
Installing the application
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|