You can turn off the logging for a specific data log type. Edit the metric handler component that corresponds with the data logging you want to turn off and change the renderLoggingAction property to false. For example, if you want to stop logging PageVisits, edit the PageVisitMetricHandler component and set renderLoggingAction to false.

Changing this property will prevent logging on new tests. All currently running tests will continue logging PageVisits.

PageVisits and ContentViewed are the most likely data types to disable. PageVisits generates the most log data and may not be useful for many tests.

Note: If you’ve already created the test, you can disable a logging action by setting renderLoggingEnabled to false for the metric handler component. Then, access the test in ATG Campaign Optimizer. Edit and save the test. This creates a new scenario that does not have the logging action. Tests that have already been deployed need to be deployed again once all of these steps are complete.