|
- 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: Configuring the 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 application:
Remark: The telemetry data is anonymous data by default. 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: on the "Project" tab, in the "Project" group, 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 network: In this case, you have the ability to specify the protocol used: HTPP or HTTPS.
Remark: For an HTTPS protocol, a certificate must be installed on your Web server (IIS or Apache). - CLOUD platform. In this case, all you have to do is specify the CLOUD account to use.
Remark: 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. The data collection is automatically enabled by default but it can be enabled through programming with 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 the project telemetry parameters: This option allows you to use the telemetry parameters specified in the project description.
Caution: If the telemetry is not enabled in the project, the current configuration will not use the telemetry. - Use specific telemetry parameters: This option is used 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 the telemetry for this configuration: This option allows you to disable the telemetry for the current configuration.
Remark: If you select "Use specific telemetry parameters", all the telemetry parameters must be defined. - Specify the location of telemetry server:
- Local, network or Internet network: In this case, you have the ability to specify the protocol used: HTPP or HTTPS.
Remark: For an HTTPS protocol, a certificate must be installed 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. The data collection is automatically enabled by default but it can be enabled through programming with TelemetryEnable.
Installing the application
This page is also available for…
|
|
|
|
|
|
|