> For the complete documentation index, see [llms.txt](https://even-financial.gitbook.io/developer-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://even-financial.gitbook.io/developer-center/marketplace-integrations/mobile-sdks/offer-carousel.md).

# Offer Carousel

Engine's Offer Carousel Mobile SDK embeds a scrollable carousel of personalized offers directly inside your app. It's available as a native React Native integration.

The Offer Carousel SDK displays a curated list of static offers across key product categories, including:

* Earned Wage Access (EWA)
* Credit Builder
* Debt Relief

## User Experience & Demo

<div><figure><img src="/files/RBFXYFTqybIljCOANxwI" alt=""><figcaption><p>Carousel SDK: Example App Page</p></figcaption></figure> <figure><img src="/files/K6Ik9xmZWf0ZMuakcj0J" alt="" width="281"><figcaption><p>Offer Carousel SDK: Offers Wall</p></figcaption></figure></div>

## Offer Enablements (Minimums & Maximums)

To ensure a smooth and consistent user experience, the Offer Carousel SDK enforces the following rules:

* **Minimum Requirement**: At least one offer must be available for the carousel to be displayed. If no offers are returned, the carousel will not render.
* **Maximum Limit**: There is no upper limit to the number of offers the SDK can display.

## Custom Audiences

Custom Audiences enable precise targeting for select Earned Wage Access (EWA) and Credit Builder offers, driving higher engagement and conversion rates. By reaching only the most relevant users, partners benefit from improved performance, increased offer volume from supply partners, and accelerated acquisition growth.

Key features include:

* **Suppression:** Preventing existing customers from seeing duplicate offers, reducing fatigue and improving the user experience. We support suppression for select offers from these partners:
  * EWA: Tilt, Current, Chime, EarnIn, and Brigit
  * Credit Builders: CreditStrong
* **Coming Soon – Remarketing**: Re-engage churned customers with targeted offers at a lower payout, boosting retention and maximizing customer value.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://even-financial.gitbook.io/developer-center/marketplace-integrations/mobile-sdks/offer-carousel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
