儲存格 cells

Cells ​活動提供各種子集的檢視作為資料欄。 它有助於子集操控,也設計為利用個人化功能。

此活動可設定為根據使用者需求輸入特定引數。 依預設,每個子集的詳細資訊會透過​ Cells ​和​ Advanced ​標籤在專用視窗中詳細說明。

在下列範例中,已修改輸入表單:已新增​ Data ​索引標籤以啟用每個子集的優惠和優先順序層級的關聯。

針對此設定,下列資訊已新增至Adobe Campaign總管的​ Administration > Configurations > Input forms ​節點中的工作流程表單:

<container img="nms:miniatures/mini-enrich.png" label="Data">
                <input xpath="@code"/>
                <container xpath="select/node[@alias='@numTest']">
                  <input alwaysActive="true" expr="'long'" type="expr" xpath="@type"/>
                  <input alwaysActive="true" expr="'Priority'" type="expr" xpath="@label"/>
                  <input label="Priority" maxValue="12" minValue="0" type="number"
                         xpath="@value" xpathEditFromType="@type"/>
                </container>
                <container xpath="select/node[@alias='@test']">
                  <input alwaysActive="true" expr="'string'" type="expr" xpath="@type"/>
                  <input alwaysActive="true" expr="'Identifier'" type="expr" xpath="@label"/>
                  <input label="Cell identifier" xpath="@value"/>
                </container>
                <container xpath="select/node[@alias='linkTest']">
                  <input alwaysActive="true" expr="'link'" type="expr" xpath="@type"/>
                  <input alwaysActive="true" expr="'nms:offer'" type="expr" xpath="@dataType"/>
                  <input alwaysActive="true" expr="'Offre'" type="expr" xpath="@label"/>
                  <input computeStringAlias="@valueLabel" label="Offers" notifyPathList="@_cs|@valueLabel"
                         schema="nms:offer" type="linkEdit" xpath="@value"/>
                </container>

Adobe Campaign中的輸入表單個人化已保留給專家使用者。

recommendation-more-help
cffff7e4-091f-472e-87ca-52087599f99d