ccdw_aggr_product_cobuy

This table identifies products that are frequently bought together.

Column AliasData TypeKeyDescriptionIndex?
submit_dateDATEDate of the co-buy event.Yes
product_one_idINTEGERFKForeign key to ccdw_dim_product for the first product.Yes
product_two_idINTEGERFKForeign key to ccdw_dim_product for the second product.Yes
order_channelVARCHAROrder channel (from ccdw_dim_business_channel).No
nsite_idVARCHARNormalized site ID (from ccdw_dim_site).Yes
registeredBOOLEANBoolean indicating if the customer was registered.Yes
first_time_buyerBOOLEANBoolean indicating if the customer was a first-time buyer.Yes
device_class_codeVARCHARDevice class code from ccdw_dim_user_agent.Yes
locale_codeVARCHARLocale code from ccdw_dim_locale.Yes
frequency_countINTEGERNumber of times these two products were co-bought.No
std_cobuy_revenueNUMERICTotal revenue generated from co-bought products in standard currency.No