パーソナライズ対象開発者名
対象の開発者名は、Target Input リクエストボディの targetValue プロパティに指定します。エクスペリエンスバリエーションには、ページのバリエーション、ブランドセット、またはコンポーネントの表示があります。この付録を使用して、各種のエクスペリエンスバリエーションの開発者名を決定します。
- ページのバリエーション
- 式: route.label_view.label_Page
-
route.label を取得する手順は次のとおりです。
- サイトの JSON で routes フォルダに移動します。
- ルートファイル、たとえば home.json に移動します。
label が route.label です。
- この例では、view.label は Gold_Home です。
- 開発者名の例: Home_Gold_Home_Page
- ブランドセット
- 式: theme.developerName_brandingSet.label_Branding
-
theme.developerName を取得する手順は次のとおりです。
- サイトの JSON で themes フォルダに移動します。
- ブランドセットを所有するテーマのファイル、たとえば customerService.json に移動します。
developerName が theme.developerName です。
- この例では、brandingSet.label は Gold_Home です。
- 開発者名の例: Service_Test_Branding_Set_Branding
- コンポーネントの表示
- 式: view.label_componentName_Component
- この例では、view.label は Test_Page_Variation、componentName は Headline です。
- 開発者名の例: Test_Page_Variation_Headline_Component