ccdw_aggr_detail_product_recommendation_recommender

Product-level recommendation performance by recommender algorithm for detailed analysis of which products perform best with specific recommendation engines.

Column AliasData TypeKeyDescriptionIndex?
recommendation_dateDATEPKThe date the product recommendations were shown.Yes
site_idSMALLINTFKForeign key to ccdw_dim_site for site-specific analysis.Yes
recommender_nameVARCHARPKName of the recommendation algorithm for algorithm-specific analysis.Yes
product_idINTEGERFKForeign key to ccdw_dim_product for product-specific analysis.Yes
num_recommender_viewsINTEGERTotal number of recommendation widget impressions for this product and algorithm.No
num_product_viewsINTEGERTotal number of views of this specific product within recommendations.No
num_clicksINTEGERTotal number of clicks on this product from this recommendation algorithm.No
num_cart_addsINTEGERTotal number of add-to-cart actions for this product from recommendations.No
num_products_purchasedINTEGERTotal number of times this product was purchased from recommendations.No
num_ordersINTEGERTotal number of orders containing this product from recommendations.No
std_attributed_revenueNUMERICTotal revenue attributed to this product and recommendation algorithm in standard currency.No