Build a Banner tutorial
A step-by-step guide through the basic development steps you'll need to get started with Dynamic Content. Using the example of a simple banner, we show you how to create a content type, use that content type to add some content, consume the content from the CMS using our Content Delivery SDK, and render it on a page. You can always sign up for a Free Trial to explore these steps further.
Get going in a few stepsLink copied!
Use the interactive sandboxLink copied!
You don't need to create your own project from scratch, we've provided interactive sandboxes for you with a code for each of the popular frameworks. Copy your chosen delivery key
and paste it in the appropriate code segment in the sandbox below.
Sector | Delivery Key |
---|---|
Retail | banner-example-retail |
Travel | banner-example-grocery |
Grocery | banner-example-travel |
- JavaScript
- React
- Vue
- Angular
- Svelte
Copy your chosen delivery key into the const deliveryKey
segment below.
Copy your chosen delivery key into the const deliveryKey
segment below.
Copy your chosen delivery key into the deliveryKey:
segment below.
Copy your chosen delivery key into thedeliveryKey =
segment below.
Copy your chosen delivery key into the client.getContentItemByKey
segment below.