Introduction
LiftIgniter applies machine learning to first-party behavioral data (without invading privacy) to personalize product and content recommendations on your site.MoEngage and LiftIgniter
With the MoEngage and LiftIgniter integration, you can send personalized content recommendations inside MoEngage campaigns to boost adoption and click-through rates.Integration
Prerequisites
- Your LiftIgniter API token (required to call their APIs).
- Your LiftIgniter JavaScript key.
Step 1: Set up a MoEngage Content API
- Navigate to Settings > Advanced settings > Content API. Click + Add content API in the upper-right corner of the Content API screen.

- Add your LiftIgniter API to the endpoint URL. The endpoint changes depending on your use case.
To display recommendations for your customers, use LiftIgniter’s Model Query API. When setting up your Content API, insert the following URL:
Replace<jsk>with your JavaScript key. Leave the URL parameters empty. - Under Headers, add the following:
x-api-key: Your LiftIgniter API key.Content-Type:application/json.
- Click Save, then click Done once you see a successful response.
Step 2: Display your recommendations inside MoEngage campaigns
To use the API in your MoEngage campaigns:- On step 2 of campaign creation, type
@. - In the personalization pop-up, select the LiftIgniter Content API you configured in Step 1.
- Use the MoEngage Templating Language to parse the API response and use the content in your campaign.

- Click the Personalized tab under Preview type to view your campaign with real-time personalization.

- Publish the campaign.
Recipients see content blocks rendered with personalized LiftIgniter recommendations matched to their user ID.