Special Use-Cases

Single Page Web Apps
Web Apps built on a single page are becoming an increasingly common way of displaying content. By default, our JS SDK looks for indicators like a new page l...
Fri, 23 Mar, 2018 at 12:32 PM
Implementing Multiple Widgets
There are no limits to the number of wigets you can have on a single page, and we'll take care of making sure there are no duplicate items between widge...
Fri, 16 Mar, 2018 at 3:45 AM
Tracking Conversions and Widget Attribution
What Qualifies as a Conversion Event? As a rule of thumb, a conversion event is any user activity that directly impacts your business' performance goal...
Fri, 16 Mar, 2018 at 3:45 AM
Lazy-loading widgets
Lazy-loading widgets is a common practice to minimize API calls for low-visibility widgets, such as those that appear near the footer of your pages. The def...
Sun, 14 Jun, 2020 at 7:55 PM
Infinite Scrolls and Paginated Widgets
One common implementation of LiftIgniter is to populate an infinite scroll of recommended content. You can also use the method described below for both an i...
Fri, 16 Mar, 2018 at 3:45 AM
Abort active requests (i.e. fetches in progress) to make way for new ones
Use Case: There may be circumstances where you would like to use multiFetch but require more control over its execution, rather than simply implementing...
Sat, 20 Feb, 2021 at 8:10 PM