API Integration (Advanced)

Get Personalized API


Overview

Returns a personalized, ranked list of offers for a specific user on a publisher wall. Unlike the Get Offers API, which returns a static catalog intended for client-side filtering, this endpoint applies user-level eligibility checks, personalization scoring, and ban enforcement server-side before returning results.

Use Cases

  • Render a personalized offerwall tailored to a specific user's eligibility and engagement history.

  • Surface the most relevant offers first using server-side ranking, without additional client-side logic.

  • Automatically suppress RevU offers for banned or ineligible users before results are returned.

  • Incorporate a ban check into customer support interfaces.

  • Replace static catalog rendering with a dynamic, user-aware offer list for higher conversion.

API Key

This call requires your Account API key, which can be retrieved in the Publisher Portal under My Account > Account API Key.

Start Here

The fastest way to get familiar with this endpoint is to try it directly. Use the interactive reference below to explore the request parameters, test a live call, and inspect the response structure.


Info

If you're looking for the legacy User-Level Offer (/hotoffers_api.php) API documentation, you can find it here.