Adding response types
Response types are defined in the UA_UsrResponseType table in the Campaign system database.
Campaign includes a set of default response types. If the default response types are not sufficient, administrators can define additional response types . For more information, see Default response types.
1.
See the documentation for your database management system for detailed instructions on modifying data in tables.
2.
Open the UA_UsrResponseType table.
3.
a.
Enter a unique ResponseTypeID.
b.
c.
d.
Enter a unique ResponseTypeCode.
e.
In the CountsAsResponse column, enter 1 if the type represents a successful response, 0 if it does not count as a response, or 2 if it represents a reject.
The CountsAsResponse values are mutually exclusive for each response type. In other words, the same response type cannot be counted both as a response and a reject.
f.
In the IsDefault column, enter 1 for the response type that you want to be the default. Ensure that only one row has the value 1 in this column. All other rows must have the value 0.
4.
5.
Remap the UA_UsrResponseType system table.
*
If eMessage offer integration is enabled and the response type originates in eMessage: To support ETL of eMessage response types, the response types must be defined in the eMessage UACE_ResponseType table as well as the Campaign UA_UsrResponseType table. Then the response types must be mapped in the UA_RespTypeMapping table.
Default response types