ccdw_aggr_impression

This table aggregates product impression and click metrics.

Column AliasData TypeKeyDescriptionIndex?
impression_dateDATEDate of the impression activity.No
product_idINTEGERFKForeign key to ccdw_dim_product for the product.No
nproduct_idVARCHARNatural key of the product in the source system.No
impression_typeVARCHARType of product impression.No
site_idSMALLINTFKForeign key to ccdw_dim_site.No
registeredBOOLEANBoolean indicating if the user was registered.No
device_class_codeVARCHARFKDevice class code from ccdw_dim_user_agent.No
locale_codeVARCHARFKLocale code from ccdw_dim_locale.No
num_impressionsINTEGERTotal number of product impressions.No
num_clicksINTEGERTotal number of clicks on this product.No