Hi Team,
Out project is AEM Remote SPA, All aem components data exposed via .model.json, so rendering does happen only on react. In this case how to expose content (lets say experience fragments or any AEM content).
Do we need to create any AEM components specifically for Target or Please do provide any solutions.
Thanks in Advance
Saikiran
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @gskittu -
If you're using the AEM Remote SPA approach and rendering all components on the React side, you can still expose AEM content, such as Experience Fragments, to be consumed in your React application. Here are a few approaches you can consider:
Expose AEM content via custom API endpoints
Use AEM Content Services
Leverage GraphQL
Integrate with Adobe Target: If you're specifically looking to integrate Adobe Target with your React application, you can use the Adobe Target JavaScript SDK. This SDK allows you to personalize content based on Target activities and criteria. You can leverage the SDK's APIs to retrieve personalized content from Target and render it in your React application.
Regards,
Tanika
Hello @gskittu -
If you're using the AEM Remote SPA approach and rendering all components on the React side, you can still expose AEM content, such as Experience Fragments, to be consumed in your React application. Here are a few approaches you can consider:
Expose AEM content via custom API endpoints
Use AEM Content Services
Leverage GraphQL
Integrate with Adobe Target: If you're specifically looking to integrate Adobe Target with your React application, you can use the Adobe Target JavaScript SDK. This SDK allows you to personalize content based on Target activities and criteria. You can leverage the SDK's APIs to retrieve personalized content from Target and render it in your React application.
Regards,
Tanika