The Report Generator Service processes the log data created while a test is running and computes the totals for each test group. The reports are displayed in the Results tab of the ATG Campaign Optimizer UI. For more information on viewing the reports, see the Viewing Test Results section of this guide.

Note: While any number of ATG instances can run this service, it is recommend that a single ATG instance generates the reports.

Every time the service is run, log data written since the previous run is incorporated into the reports for all running tests. There are two ways to run the Report Generator Service:

  • Run the service on a schedule by editing the /atg/abtest/reporting/ReportGeneratorService component in the ACC and set the schedule property to the schedule you want to run on. By default, the schedule is set to run once an hour.

  • Run the service manually by invoking the generateReports() method of the /atg/abtest/reporting/ReportGeneratorService component.

To disable the scheduled execution of the Report Generator Service, edit the /atg/abtest/reporting/ReportGeneratorService component in the ACC and set the enabled property to false. The property is set to true by default.

 
loading table of contents...