The following section describes the database table used for the ATG Campaign Optimizer tracking functionality.

abt_track

This table contains information about running and completing a test.

Column

Data Type

Constraint

test_id

VARCHAR(40)

not null

(primary key)

The ID of the test

scenario_name

WVARCHAR(255)

not null

The name of the test scenario

modification_time

NUMERIC(19)

not null

The last time the scenario was modified

test_state

VARCHAR(40)

Null

The test state

start_date

TIMESTAMP

Null

The time the test started running

end_date

TIMESTAMP

Null

The date the test ended