ccdw_fact_customer_registration

This table records customer registration events.

Column AliasData TypeKeyDescriptionIndex?
registration_id (PK)BIGINTPKUnique identifier for a customer registration.No
utc_registration_timestampTIMESTAMPUTC timestamp of the registration.No
utc_registration_day_idSMALLINTFKForeign key to ccdw_dim_date for the UTC registration day.No
utc_registration_time_idSMALLINTFKForeign key to ccdw_dim_time for the UTC registration time.No
utc_update_timestampTIMESTAMPLast modified UTC timestamp of this record.Yes
std_registration_timestampTIMESTAMPTimestamp of the registration, in standard time.No
std_registration_day_idSMALLINTFKForeign key to ccdw_dim_date for the standard registration day.No
std_registration_time_idSMALLINTFKForeign key to ccdw_dim_time for the standard registration time.No
std_registration_timezone_idSMALLINTFKForeign key to ccdw_dim_timezone for the standard registration time zone.No
registration_site_idSMALLINTFKForeign key to ccdw_dim_site where the registration occurred.No
visitor_idVARCHARAnonymous visitor ID.No
customer_idBIGINTFKForeign key to ccdw_dim_customer.No
locale_idSMALLINTFKForeign key to ccdw_dim_locale.No
user_agent_idINTEGERFKForeign key to ccdw_dim_user_agent.No