What Is Attribute 4 (id4)?
Summary
What value is contained in the transactions.id4 column?Content
We have created an analytics report for the transactions table that outputs the transactions.id4 column. The report contains filters that limit the results WHERE transactions.tbl = 1 AND transactions.trans_type = 24. According to the data dictionary, these are the joins for the transactions.id4 column:
- mailings.mailing_id where transactions.tbl = 53, transactions.trans_type = 24
- channel_types.chan_type_id where transactions.tbl = 1, transactions.trans_type = 8
- channel_types.chan_type_id where transactions.tbl = 1, transactions.trans_type = 37
- channel_types.chan_type_id where transactions.tbl = 1, transactions.trans_type = 51
For our use case of transactions.id = 1 and transactions.trans_type = 24, the value contained in this column appears to be undocumented. These are examples of the values that are populated in the column:
Tagged:
0