Cc Fact Customer Registration DMO

This DMO contains customer registration fact data from ccdw_fact_customer_registration. Each record represents a customer registration event, capturing visitor, customer, and site context along with temporal dimensions.

Object API Name: std__CcFactCustomerRegistrationDmo__dlm
Category: Unassigned
Availability: Available in 260 and later versions
Primary Key Field: Id

  • UtcRegistrationDayId has a FOREIGNKEY relationship with the Cc Dim Date DMO Id field.
  • UtcRegistrationTimeId has a FOREIGNKEY relationship with the Cc Dim Time DMO Id field.
  • StandardRegistrationDayId has a FOREIGNKEY relationship with the Cc Dim Date DMO Id field.
  • StandardRegistrationTimeId has a FOREIGNKEY relationship with the Cc Dim Time DMO Id field.
  • StandardRegistrationTimezoneId has a FOREIGNKEY relationship with the Cc Dim Time Zone DMO Id field.
  • RegistrationSiteId has a FOREIGNKEY relationship with the Cc Dim Site DMO Id field.
  • CustomerId has a FOREIGNKEY relationship with the Cc Dim Customer DMO Id field.
  • LocaleId has a FOREIGNKEY relationship with the Cc Dim Locale DMO Id field.
  • UserAgentId has a FOREIGNKEY relationship with the Cc Dim User Agent DMO Id field.
  • Field API Name: std__cdp_sys_record_currency__c
  • Data Type: TEXT
  • Description: System-generated metadata field that stores a 3-letter ISO currency code.
  • Field API Name: std__CustomerId__c
  • Data Type: DOUBLE
  • Description: Foreign key to ccdw_dim_customer.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DataSourceObjectId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__Id__c
  • Data Type: DOUBLE
  • Description: Unique identifier for a customer registration.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__LocaleId__c
  • Data Type: DOUBLE
  • Description: Foreign key to ccdw_dim_locale.
  • Field API Name: std__RegistrationSiteId__c
  • Data Type: DOUBLE
  • Description: Foreign key to ccdw_dim_site where the registration occurred.
  • Field API Name: std__StandardRegistrationDayId__c
  • Data Type: DOUBLE
  • Description: Foreign key to ccdw_dim_date for the standard registration day.
  • Field API Name: std__StandardRegistrationTimeId__c
  • Data Type: DOUBLE
  • Description: Foreign key to ccdw_dim_time for the standard registration time.
  • Field API Name: std__StandardRegistrationTimestamp__c
  • Data Type: DATETIME
  • Description: Timestamp of the registration, in standard time.
  • Field API Name: std__StandardRegistrationTimezoneId__c
  • Data Type: DOUBLE
  • Description: Foreign key to ccdw_dim_timezone for the standard registration time zone.
  • Field API Name: std__UserAgentId__c
  • Data Type: DOUBLE
  • Description: Foreign key to ccdw_dim_user_agent.
  • Field API Name: std__UtcRegistrationDayId__c
  • Data Type: DOUBLE
  • Description: Foreign key to ccdw_dim_date for the UTC registration day.
  • Field API Name: std__UtcRegistrationTimeId__c
  • Data Type: DOUBLE
  • Description: Foreign key to ccdw_dim_time for the UTC registration time.
  • Field API Name: std__UtcRegistrationTimestamp__c
  • Data Type: DATETIME
  • Description: UTC timestamp of the registration.
  • Field API Name: std__UtcUpdateTimestamp__c
  • Data Type: DATETIME
  • Description: Last modified UTC timestamp of this record.
  • Field API Name: std__VisitorIdentifier__c
  • Data Type: TEXT
  • Description: Anonymous visitor ID.