To add a product
You can add products that users can associate with offers. You add products directly in the database table UA_Products.
1.
Access the Campaign system table database using your database management system.
2.
Locate the UA_Product table.
The table is delivered with two columns:
*
ProductID (bigint, length 8)
*
UserDefinedFields (int, length 4)
3.
4.
5.
Save the changes to the UA_Product table.