UACI_TrackingType table

The UACI_TrackingType table is part of the runtime environment tables. This table defines the tracking codes used with cross-session response tracking. The tracking code defines what method the runtime environment uses to match the current offer in a runtime session with the contact and response history.

Column Type Description
TrackingCodeType int A number representing the tracking code type. This number is referenced by the SQL commands used to match information from the session data to the contact and response history tables.
Name varchar(64) The name for the tracking code type. This is passed in to session data using the UACI_TrackingCodeType reserved parameter with the postEvent method.
Description varchar(512) A brief description of the tracking code type. This field is optional.

By default, the runtime environment has two tracking code types defined, as shown in the following table. For any alternate code, you must define a unique TrackingCodeType.

TrackingCodeType Name Description
1 Treatment Code UACI Generated Treatment Code
2 Offer Code UAC Campaign Offer Code