Loading
Integrate and Analyze Marketing Data with Marketing Cloud Intelligence
목차
필터 선택

          결과 없음
          결과 없음
          몇 가지 검색 팁

          키워드의 맞춤법을 확인하십시오.
          더 일반적인 검색 용어를 사용하십시오.
          필터 수를 줄여 검색 범위를 확장하십시오.

          전체 Salesforce 도움말 검색
          Slowly Changing Dimensions Type 2

          Slowly Changing Dimensions Type 2

          With CRM data, opportunity or lead attributes are updated over time because an opportunity can go through different stages. The CRM leads data stream type uses the slowly changing dimensions type 2 method to enable a data display suitable for these changes in dimension values. After a dimension’s value changes, the new value appears from the modification date and onwards. The value isn’t updated retroactively.

          After a dimension’s value changes, the new value appears from the modification date and onwards. The value isn’t updated retroactively.

          CRM data stream with changed data

          The CRM data stream type includes four dimensions that work according to the slowly changing dimensions type 2 method:

          • Status
          • Stage
          • Modified Date
          • Expected Close Date

          For the platform to display the data properly, you must map two crucial dimensions:

          • Modified Date - This field is mandatory. It serves as the only date-type field in this data stream type. The lead modified date is the date on which the other type 2 dimensions lead stage, and lead status, changed.
          • Opportunity Status – This field has a closed list of values. The Opportunity Status field must be mapped and contain one of these values. If the Opportunity Status isn’t mapped or it’s mapped incorrectly, it can cause discrepancies in your data. The platform refers to any value that isn’t one of the values, as CLOSED.
            • OPEN – The opportunity is ongoing.
            • CLOSED – The opportunity is resolved. After an opportunity is classified as CLOSED it doesn’t appear in dates past its last modified date.
            • DELETED – The opportunity isn’t relevant, the platform doesn’t display any appearances of the opportunity in the data. Because data from different platforms can contain different values, use a formula to map the Opportunity Status Dimension, for example:
              • IF(csv['status'] contains 'Open', 'OPEN', 'CLOSED')

              Or if you’re extracting the Opportunity Status from the Stage field:

              • IF(csv['stage'] contains 'Closed', 'CLOSED', 'OPEN')
           
          로드 중
          Salesforce Help | Article