As part of the installation process, data collection using cookies and other
telemetry mechanisms is turned on by default. This topic describes how to disable tracking
and telemetry, and enable or check the status of telemetry.
Use the dpdeploy help command to learn more about
dpdeploy command options.
-
To disable tracking, in a terminal enter the following command:
./dpdeploy.sh utils disable-config dps.ga.tracking.enabled
You see the following
output:
UPDATE 1
Config value for key dps.ga.tracking.enabled was updated successfully with value false
-
To enable tracking, in a terminal enter the following command:
./dpdeploy.sh utils enable-config dps.ga.tracking.enabled
You see the following
output:
UPDATE 1
Config value for key dps.ga.tracking.enabled was updated successfully with value true
-
To enable or disable getting tracking status, in a terminal enter the following
command:
./dpdeploy.sh utils get-config dps.ga.tracking.enabled
You see the following output if enabling tracking
status:
dps.ga.tracking.enabled: Enabled
You see the following
output if disabling tracking
status:
dps.ga.tracking.enabled: Disabled