The following section describes the database tables used for the ATG Campaign Optimizer reporting functionality.

abr_control

This table contains information about the last time the ReportGeneratorService was run. There is one record in this table.

Column

Data Type

Constraint

Id

VARCHAR(40)

not null

(primary key)

The ID of the control record

last_report

TIMESTAMP

Null

The last time the ReportGeneratorService updated test reports

abr_report

This table contains information about reports for individual tests.

Column

Data Type

Constraint

test_id

VARCHAR(40)

not null

(primary key)

The ID of the test

last_modified_date

TIMESTAMP

Null

The last time the test report was updated

test_state

VARCHAR(40)

Null

The test’s state the last time the report was updated

abr_report_group

This table contains information about measurements (or metrics) for individual test groups.

Column

Data Type

Constraint

group_id

VARCHAR(40)

not null

(primary key)

The ID of the test groups

test_id

VARCHAR(40)

Null

The ID of the test

Users

INTEGER

Null

The number of participants in the group

Sessions

INTEGER

Null

The number of sessions by participants in the group

content_views

INTEGER

Null

The number of times test content was viewed by participants in the group

page_views

INTEGER

Null

The number of pages viewed by participants in the group