このページでは、Geometrixx-outdoors テンプレート(/apps/geometrixx-outdoors/components/page_campaign_profile)の実装方法を考察することによって、Adobe Campaign フォームコンポーネントを使用するカスタムページテンプレートの作成方法を説明し、独自のカスタムテンプレート作成時に必要になる場合がある重要な情報を示します。
-
head.jsp(/apps/geometrixx-outdoors/components/page_campaign_profile/head.jsp)
head.jsp には、clientcontext-config と cloudservice-hook を使用する以下の行があります。
<cq:include path="config" resourceType="cq/personalization/components/clientcontext_optimized/config"/> <sling:include path="contexthub" resourceType="granite/contexthub/components/contexthub"/> <cq:include script="/libs/cq/cloudserviceconfigs/components/servicelibs/servicelibs.jsp"/>