Loading
Marketing Cloud Personalization
目錄
選取篩選

          沒有結果
          沒有結果
          以下是搜尋小祕訣

          檢查關鍵字的拼字。
          使用較常見的搜尋字詞。
          選取較少篩選條件以擴大您的搜尋。

          搜尋所有 Salesforce 說明
          Content Zone Handling Differences

          Content Zone Handling Differences

          How content zone handling is configured is different between the Marketing Cloud Personalization and Data 360 SDKs.

          You can define content zones as objects or strings in Marketing Cloud Personalization. In the Data 360 Web SDK, however, content zones are used only inside pages types. Because it isn’t used for Data Cloud event translation, you can remove the source.contentZones field in sendEvent() calls.

          When defining content zones for personalization, where decisions are rendered, you must include both name and selector values.

          // In sitemap page type configuration
          {
            name: 'Product Detail Page',
            isMatch: () => /\/product\//.test(window.location.pathname),
            contentZones: [
              { name: 'hero_banner', selector: 'div#hero' },
              { name: 'recommendations', selector: 'div#recs-container' }
            ]
          }
          
           
          正在載入
          Salesforce Help | Article