ccdw_aggr_search_conversion

This table tracks conversion rates related to search queries. Records are included only when one or more orders resulted from the search query. To calculate the search conversion rate for a query, divide the num_orders from this table by the total number of searches for that query from ccdw_aggr_search.

Column AliasData TypeKeyDescriptionIndex?
search_dateDATEDate of the search activity.Yes
site_idSMALLINTFKForeign key to ccdw_dim_site.Yes
registeredBOOLEANBoolean indicating if the user was registered.Yes
device_class_codeVARCHARFKDevice class code from ccdw_dim_user_agent.Yes
locale_codeVARCHARFKLocale code from ccdw_dim_locale.Yes
queryVARCHARThe actual search query entered.Yes
has_resultsBOOLEANBoolean indicating if the search query yielded results.No
num_searchesINTEGERTotal number of searches for this query.No
num_visitsINTEGERTotal number of visits associated with this query.No
num_ordersINTEGERTotal number of orders resulting from this query.No
num_unitsINTEGERTotal number of units sold resulting from this query.No
std_revenueNUMERICTotal revenue in standard currency resulting from this query.No