Personal Offers

Input parameters

UserId

Kibotu recognizes your users through their userId and keeps the same AB variation intact. Should a user be assigned to the control group, any subsequent requests will continue to return the control group consistently.

ContextObject

A union of GameContext and UserContext, such as level, coins, character, offered prize, country or geo-location, should be utilized. Please consult with your account manager to ensure proper segmentation parameters are set.

Output parameters

AB Variation

Personalized banner (full URL of the personalized banner to be presented)

Personalization Key (For tracking further user actions, it is recommended to keep it along with the popup object to be able to attach to tracked events)

Query for personalized content, specifically Personal Offers

POST https://api.kibotu.ai/getPersonalizedBanner

Check the Input parameters description listed above;

Request Body

Response

```json
imageFullUrl
kibotuMetadata
```

Last updated