Integration Overview

API Integration Overview
Our API integration has three key components, plus an optional fourth, for sending user-specific data.  Inventory - the items that LiftIgniter should re...
Mon, 29 Jan, 2018 at 6:29 PM
How does LiftIgniter track individual users and what information is collected by default?
We do not track any Personally Identifiable Information (PII) by default, and we use first-party cookies to identify individual users.  Since we only us...
Sun, 14 Jun, 2020 at 2:44 PM
Javascript Integration Overview
Introduction LiftIgniter is a personalization service for content recommendations. We take in data about 1) user behavior and 2) content metadata and use m...
Sat, 20 Feb, 2021 at 8:35 PM
Should I use Javascript or the API?
Javascript Pros Cons Minimal development time required Cannot be used in iOS/Android app integrations Majority of behavior tracking is ha...
Tue, 23 Jan, 2018 at 7:07 PM
Hybrid Integrations - Using the API and Javascript methods together
Yes! However, you'll want to use only one method (API or JS) to handle each of the three components of the integration - Inventory, Model requests for r...
Fri, 16 Mar, 2018 at 3:56 AM