This repository contains code samples for the Adobe Experience Platform Web SDK. The intent is to provide working code that illustrates various implementation strategies and techniques.
- Client-side Personalization - use alloy to get personalization offers and display them client side.
- Server-side Personalization - request personalization offers and render them server side.
- Personalization via Hybrid implementation - fetch personalization offers server side and render them client side using alloy without additional client-side edge requests.
- Personalization via Hybrid implementation and Single-page app (SPA) - fetch personalization offers server side and render them in a single-page app (SPA) client side using alloy without additional client-side edge requests.
Check out our Contribution guidelines as well as Code of Conduct prior to contributing to this repository.