儲存格 cells
Cells 活動以資料欄的形式提供各種子集的檢視。 它有助於子集操作,也設計為鼓勵個人化可能性。
此活動可設定為根據使用者需求輸入特定引數。 依預設,每個子集的詳細資訊會透過 Selection 和 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
601d79c3-e613-4db3-889a-ae959cd9e3e1