> ## Documentation Index
> Fetch the complete documentation index at: https://moengage.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Recommend a Premium Card

# Introduction

Promoting the benefits of new credit cards as a marketer brings several advantages. By emphasizing the financial flexibility, rewards, and incentives they offer, you nudge users to consider a new credit card for their purchases. By showcasing these benefits, you create a compelling reason for users to acquire a new credit card, providing them with enhanced financial options while benefiting your business through increased customer acquisition and engagement.

#### Advantages of recommending a premium card for a bank

* **Increased profitability**: Premium cards typically come with higher annual fees, generating a steady stream of revenue. Affluent customers tend to spend more, leading to increased transaction fees for the bank.
* **Attracting and retaining customers**: Premium cards serve as a powerful tool for attracting and retaining affluent clients, a highly desirable customer segment. These customers often hold multiple accounts and utilize various banking services, increasing overall profitability.
* **Enhanced brand image**: Offering premium cards elevates the bank's brand image, positioning it as a provider of exclusive and high-quality financial services.
* **Increased customer loyalty and engagement**: Premium cardholders often develop a strong relationship with the bank due to the exclusive perks and personalized service. This fosters customer loyalty and reduces churn.
* **Cross-selling opportunities**: Premium cardholders are more likely to utilize other banking services, such as wealth management, investment products. This creates opportunities for cross-selling and increases the bank's share of wallet.
* **Increased card usage**: Due to the rewards that are offered on the card, the card is often used very frequently by the customer, increasing the transactions that the bank processes.

We can achieve this use case using the following steps:

1. [Create RFM segments](/use-cases/push/recommend-a-premium-card#step-1-create-rfm-segments)
2. [Create a Push campaign](/use-cases/push/recommend-a-premium-card#step-2-create-a-push-campaign)

# Expected Result

Users receive a Push Notification on their phone to apply for a new credit card:

<img src="https://mintcdn.com/moengage/rlD8iAX6JQFx0hql/images/moengage_b90ce5.png?fit=max&auto=format&n=rlD8iAX6JQFx0hql&q=85&s=590309935bed7d8c763e226a563061d8" alt="UC-39.png" style={{ width:"56%" }} width="1542" height="1150" data-path="images/moengage_b90ce5.png" />

<Tip>
  * Events must be available in MoEngage to track the action of a user spending on a credit card and related information such as the platform, bill amount, and card type. In this example, we will use the event *Credit Card used*. To understand how to track events, refer to the [Developer Guide](/developer-guide/introduction).
  * An event must be available in MoEngage to track the action of a user opening the app. In this example, we will use the event *App/Site Opened*.
  * The Push channel must be configured. For more information, refer to [Configure App Push](/user-guide/campaigns-and-channels/mobile-push/getting-started-with-mobile-push/configure-mobile-push).
  * User properties must be available in MoEngage to track the most common expense category (this is optional but can be used to personalize messages). In this example, we will use the property  **CommonExpense**.
</Tip>

# Step 1: Create RFM Segments

Before creating our campaign, let's understand RFM segments and the process for creating them. We will use these to define our target audience.

The RFM (Recency, Frequency, and Monetary) model provides auto-segmentation and buckets users into categories such as *Loyal*, *Promising*, and *At Risk* based on their behavior. You can use these auto segments in different ways such as user analysis, churn analysis, and to target users effectively. To learn more about RFM Segments, refer to [RFM Segments](/user-guide/segment/segment-operations/rfm-segments).

For our use case, let us use this model to find the *Champion* *users* who spend the most and recommend the premium card with the benefits to them, as they are our high-value customers who use our card the most.

1. On the left navigation menu in the MoEngage dashboard, click **Segment** > **RFM** **segments**. <img alt="image-20240121-065136.png" src="https://mintcdn.com/moengage/SBG7um9Fqotw1CFo/images/moengage_b76e3c.png?fit=max&auto=format&n=SBG7um9Fqotw1CFo&q=85&s=9e8b0406a1f68253573afada0a53ec20" width="2880" height="1634" data-path="images/moengage_b76e3c.png" />
2. In the **Recency Event** list, select *App/Site Opened*, the event based on which the recency score should be allotted.
3. Use the same *App/Site Opened* event for **Frequency Event** as well.
4. In the **Monetary Even**t list, select *Credit Card used* and select **Revenue Attribute** as *Amount*. <img alt="image-20240121-065824.png" src="https://mintcdn.com/moengage/S5VM4C7aiU6sct6c/images/moengage_088209.png?fit=max&auto=format&n=S5VM4C7aiU6sct6c&q=85&s=e0fadea62c377e464400e9ba821a2a74" width="2666" height="1352" data-path="images/moengage_088209.png" />
5. Under **Show analysis for**, select **All users** to make the analysis run for all users.
6. In the **Analysis Model** list, select **RFM**.
7. Click **Apply**. This will generate a chart like the one below. You can click any chart to save it as a custom segment or create a campaign using the segment as the target audience directly. <img alt="image-20240121-071605.png" src="https://mintcdn.com/moengage/2CGhjk8ZDWEC5ocb/images/moengage_f6ff66.png?fit=max&auto=format&n=2CGhjk8ZDWEC5ocb&q=85&s=8ae7556b2fac43fc2b7ef545bbe81198" width="2738" height="1194" data-path="images/moengage_f6ff66.png" />
8. For our example, click the **Champions** box.
9. On the Engage Users dialog box, select **Custom Segment**. <img src="https://mintcdn.com/moengage/wIFGWsQFEjsz2j4v/images/moengage_e28133.png?fit=max&auto=format&n=wIFGWsQFEjsz2j4v&q=85&s=e4f82e0629bc9043adc4679d730fb3e4" alt="image-20240121-071650.png" width="2880" height="1618" data-path="images/moengage_e28133.png" />
10. Enter a name for the segment and click **SAVE SEGMENT**. <img alt="image-20240121-071817.png" src="https://mintcdn.com/moengage/t_8awpRKFC9RNHlT/images/moengage_ac6e8e.png?fit=max&auto=format&n=t_8awpRKFC9RNHlT&q=85&s=56a5a1b19f668606dce8068ea3903607" width="2880" height="1618" data-path="images/moengage_ac6e8e.png" />

Now that the segment to target is created, we can start creating our campaign to nudge people about the premium card.

# Step 2: Create a Push Campaign

In this section, let us create a Push Notification campaign that triggers Push messages about the premium card:

## Step 2.1: Target Users

1. On the left navigation menu in the MoEngage dashboard, click **Engage**, and then click **Campaigns**.
2. On the **All campaigns** page, click **+ Create campaign**.
3. Under **Outbound**, select **Push** > **Periodic**. <img src="https://mintcdn.com/moengage/M3SzEdkQVgGAjJCt/images/moengage_72ec36.png?fit=max&auto=format&n=M3SzEdkQVgGAjJCt&q=85&s=8f1375e1d5a00699e2fcb54e03fb114f" alt="push periodic.png" width="944" height="1354" data-path="images/moengage_72ec36.png" /> You are taken to the first step, **Target users**, of defining your campaign.
4. Enter the following details:
   * **Team**: Select a team if your organization has teams enabled for your account. For more information, refer to [Teams in MoEngage](/user-guide/settings/account/team-management/teams-in-moengage). For example, *Demo Account - E-commerce*.
   * **Campaign name**: Enter a name for the campaign. For example, *Premium Credit Card*.
   * **Campaign tags**: Select the required campaign tags. <img src="https://mintcdn.com/moengage/SBG7um9Fqotw1CFo/images/moengage_b80b28.png?fit=max&auto=format&n=SBG7um9Fqotw1CFo&q=85&s=6e10a175d481dd5793eddd48ed4e83f6" alt="3.png" width="814" height="372" data-path="images/moengage_b80b28.png" />
5. Under **Target audience**, select our saved custom segment [created above](/use-cases/push/recommend-a-premium-card#step-1-create-rfm-segments) by searching for the same. <img alt="image-20240121-072539.png" src="https://mintcdn.com/moengage/ME-DtlELD2N8TrcF/images/moengage_c1c6c6.png?fit=max&auto=format&n=ME-DtlELD2N8TrcF&q=85&s=53cb980e7d38e17cdb82bc76a959c446" width="2748" height="1048" data-path="images/moengage_c1c6c6.png" />
6. Under **Target Platforms**, select **Android**. <img src="https://mintcdn.com/moengage/t9nft78wsoLTI2Nx/images/moengage_2b6534.png?fit=max&auto=format&n=t9nft78wsoLTI2Nx&q=85&s=18b4c946f827b8107f5142a0bb961377" alt="4.png" width="1088" height="184" data-path="images/moengage_2b6534.png" />
7. Click **Next** to move to the second step, **Content**, where you can define the content for your Push campaign.

## Step 2.2: Content

1. Select the template that you would like to use. For our example, select **Basic notification**. <img alt="image-20231129-213115 (3).png" src="https://mintcdn.com/moengage/iCae3l_a7eOJMTbz/images/moengage_1e2895.png?fit=max&auto=format&n=iCae3l_a7eOJMTbz&q=85&s=2fd428ea6a899686f615ad392df82817" width="2750" height="1536" data-path="images/moengage_1e2895.png" />
2. Enter the required content for the campaign. We can enter the content manually or generate it using Merlin AI. For more information, refer to [Generate Push Messages with Merlin AI](/user-guide/ai-and-intelligence/merlin-ai/merlin-ai-copywriter/generate-push-messages-with-merlin-ai).  <img alt="image-20240121-072900 (1).png" src="https://mintcdn.com/moengage/BlcsVkkZu61NB-XQ/images/moengage_4c539b.png?fit=max&auto=format&n=BlcsVkkZu61NB-XQ&q=85&s=dc639a3ea3ef18d0e41edcc6982129c0" width="2744" height="1540" data-path="images/moengage_4c539b.png" />
3. You can also use locales to convey different benefits of the card that the users would like to know about. For example, using the user property **CommonExpense** which has the most common expenditure category, you can send different message to each category that the card has benefits on.\
   Essentially, you can define a message through this to convey to your users, who mostly spend on apparel, that the credit card has 5% cashback on Apparel expenses.
4. To do the same, click **+Locale** and then click **+New Locale**. <img alt="Screenshot 2024-01-21 at 2.48.18 PM.png" src="https://mintcdn.com/moengage/iCae3l_a7eOJMTbz/images/moengage_20b27c.png?fit=max&auto=format&n=iCae3l_a7eOJMTbz&q=85&s=932ee5bc5a1582742e6783fc0069f98a" width="2758" height="1395" data-path="images/moengage_20b27c.png" />
5. On the **Add new locale** dialog box, enter a name to the locale and select the attribute that has this information from the drop-down list. In this example, select *CommonExpense*. <img alt="image-20240121-091958.png" src="https://mintcdn.com/moengage/0iWkm50wROjmHH3Z/images/moengage_d0c21a.png?fit=max&auto=format&n=0iWkm50wROjmHH3Z&q=85&s=c85548a9bf4157c702ded8002d965953" width="2758" height="1528" data-path="images/moengage_d0c21a.png" />
6. Click **Add** to create the locale. Now search for the same again by clicking **+ Locale**.
7. Select **Apparel** and then click **Add**. <img alt="image-20240121-092204.png" src="https://mintcdn.com/moengage/t9d2bz7zij1iE1iP/images/moengage_9def59.png?fit=max&auto=format&n=t9d2bz7zij1iE1iP&q=85&s=693686eee50f58358a8889e58e19da48" width="2748" height="1256" data-path="images/moengage_9def59.png" />
8. On the Choose content for new added locales pop-up window, decide whether to copy the content from the previously defined locale or from scratch. <img alt="image-20240121-092400.png" src="https://mintcdn.com/moengage/fUSb9kG75-iJ0JuL/images/moengage_e688bf.png?fit=max&auto=format&n=fUSb9kG75-iJ0JuL&q=85&s=4f4e24a08f582a8d297f334cb194eb9c" width="2880" height="1620" data-path="images/moengage_e688bf.png" />
9. Similarly, you can create multiple locales for each category the card has benefits on, and one default generic locale for users.\
   The following is an example of how the content section might look after defining multiple locales based on your needs: <img alt="image-20240121-092915.png" src="https://mintcdn.com/moengage/prFQLkdcYp4xSt9t/images/moengage_67ff6a.png?fit=max&auto=format&n=prFQLkdcYp4xSt9t&q=85&s=d72a09f62976eb282be8d424e5d648b6" width="2738" height="1532" data-path="images/moengage_67ff6a.png" />
10. Use the Deeplink section to take the user directly to the page from where they can apply for the new card to avoid drop-offs.
    1. From the **Default click action** drop-down list, select *Deeplinking*.
    2. In the **URL** field, enter the specific URL.
11. Click **Next** to move to the third step, **Schedule and goals**, where you can define the schedule and goal of your campaign.

## Step 2.3: Schedule and Goals

1. In the **Send campaign** section, define when you want to start and end your Push campaign. <img src="https://mintcdn.com/moengage/CaPmX0z_ys8cr0ms/images/moengage_06ac40.png?fit=max&auto=format&n=CaPmX0z_ys8cr0ms&q=85&s=a0a95a7e92b733dddb696d3966fa6f61" alt="5.png" width="2734" height="1192" data-path="images/moengage_06ac40.png" />
2. In the **Conversion goals** section, add conversion goals that you would like to track.
3. Define **Delivery controls** and **Advanced** settings based on your requirements. For more information, refer to [Create Push Campaigns](/user-guide/campaigns-and-channels/mobile-push/create/create-push-campaigns). <img src="https://mintcdn.com/moengage/dLyLAwgfsm1v6_MY/images/moengage_8196fa.png?fit=max&auto=format&n=dLyLAwgfsm1v6_MY&q=85&s=a11dfefe6ba3f15ac0ebdf3708daa646" alt="6.png" width="2740" height="978" data-path="images/moengage_8196fa.png" />
4. Click **Publish**.

# Conclusion

In this use case, we used RFM segments, locales, and Push Notification campaigns to recommend premium credit cards to high-value customers.
