For the complete documentation index, see llms.txt. This page is also available as Markdown.

UserSync API Key Use Cases with examples

Use Cases and Benefits

1. Display In-App Nicknames

  • Objective: Boost conversions by displaying users' familiar in-app names or nicknames.

  • Benefit: Enhances trust and personalization, making the experience feel more engaging and recognizable.

API Example – Display In-App Nickname

Format JSON-RPC http://www.jsonrpc.org/specification

Request:

{
   "id": "6164695159717629913",
   "jsonrpc": "2.0",
   "method": "syncUser",
   "params": [
       {
           "serviceProvider": "Coda",
           "purchaseOrigin": "TH",
           "user": {
               "userId": "111111",
               "zoneId": "101"
           }
       }
   ]
}

Response:

In this scenario, the shop displays the user's in-app nickname ("Randy") to create a familiar and personalized experience.


2. Rule-Based SKU Discount eligibility based on Purchase History & Activity

  • Objective: Configure rules to display specific SKU discounts based on user's purchase history and in-game activity (e.g., New user or First-time buyer).

  • Benefit: Targeted discounting strategy to boost new user acquistion

API Example – Rule-Based SKU Discount Eligibility

Format JSON-RPC http://www.jsonrpc.org/specification

Request:

Response:

In this scenario, the shop can display discounts on specific SKUs configured for users at Level 1 with a "First Purchase Discount" eligibility along with available purchase limits.


3. Dynamic Surprise SKUs

  • Objective: Fetch and display exclusive SKUs in real-time based on user engagement, re-engagement needs, or flash promotions.

  • Benefit: Creates excitement and urgency by offering dynamically generated SKUs personalized to the user.

API Example – Dynamic Surprise SKUs

Format JSON-RPC http://www.jsonrpc.org/specification

Request:

Response:

In this scenario, a surprise SKU (e.g., a mystery gift box) is displayed to the user based on their engagement history.


4. Additional Use Cases

  • Re-Engagement Promotions: Trigger special offers for users who have been inactive or have not made a purchase in a while.

  • VIP & High-Spender (Whale): Identify high-value or repeat customers and showcase exclusive SKUs or discounts encouraging continued spending and increased retention.

  • Event-Based Personalization: Use metadata, such as the user's birthdate, to offer exclusive bonuses or discounts during special occasions

  • Complementary SKUs suggestions: Recommend SKUs that complement a user's existing in-app inventory, enhancing their experience and increasing conversion rates

API Example – Complementary SKUs suggestions

Format JSON-RPC http://www.jsonrpc.org/specification

Request:

Response:

In this scenario, the user gets a recommendation on what they should purchase to enhance their in-game performance.

Last updated

Was this helpful?