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

abr_dcs_rpt_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 group

units_added

INTEGER

Null

The total quantity of items added to orders

Orders

INTEGER

Null

The number of submitted orders

units_ordered

INTEGER

Null

The total quantity of items in submitted orders

revenue_ordered

NUMERIC(197)

Null

The monetary amount submitted

Currency

VARCHAR(40)

Null

The currency associated with contents of the revenue-ordered column

converted_sessions

INTEGER

Null

The number of sessions during which orders were submitted

abr_dcsabd_rpt_gr

This table contains information about abandoned order metrics for individual test groups.

Column

Data Type

Constraint

group_id

VARCHAR(40)

not null

(primary key)

The ID of the test group

orders_abandon

INTEGER

Null

The total number of orders that have been abandoned by registered users

revenue_abandon

NUMERIC(19, 7)

Null

The total monetary value of orders abandoned by registered users

transient_abandon

INTEGER

Null

The number of orders abandoned by transient users

tran_rev_abandon

NUMERIC(197)

Null

The total monetary value of orders abandoned by transient users