Stop guessing why your Landingi pages aren't converting. LandLift shows you exactly how visitors interact with each section of your landing page, giving you insights that Landingi's built-in analytics can't provide.
Here's how to set it up in under 10 minutes.
Once integrated, LandLift will track:
How visitors engage with each section (hero, pricing, testimonials, etc.)
Where people click and how long they spend reading
Exact exit points where you're losing conversions
AI-powered recommendations for improving specific sections
Get your tracking script from your LandLift dashboard (the "Create Landing Page" form)
In Landingi, open your landing page and click Dashboard
Go to the JavaScript Code tab (you can also access this directly from the editor)
Click Add script
Name it "LandLift Tracking"
Paste your LandLift script in the Content field
Set placement to Head
Choose Both pages (main page and thank you page)
Click Add
Version tracking lets you compare how changes affect your page performance over time.
In the JavaScript Code section, click Add script again
Name it "LandLift Version"
Paste this code:
<meta name="landlift-version" content="1.0">
Set placement to Head, choose Both pages
Click Add
Add this via an HTML widget anywhere on your page:
<input type="hidden" data-landlift-version="1.0" style="display:none;">
Version Format:
Small changes (headline tweak, button color): 1.0 → 1.1
Major changes (redesign, new layout): 1.0 → 2.0
This is where the magic happens. LandLift needs to know where each section starts and ends.
Landingi sections can have custom CSS classes added. Here's how:
In the Landingi editor, click on a section
In the right toolbar, find the Other tab
Look for CSS class or Additional CSS class field
Add a class like: landlift-hero
, landlift-pricing
, landlift-testimonials
Repeat for each major section
Common section names to use:
landlift-header
(navigation)
landlift-hero
(main headline area)
landlift-benefits
(features/benefits section)
landlift-testimonials
(social proof)
landlift-pricing
(pricing table)
landlift-cta
(call-to-action)
landlift-footer
If you need more control, you can wrap sections using the HTML widget:
Drag an HTML widget to the top of a section
Add this code:
<div data-landlift="hero">
Add another HTML widget at the bottom of that section with:
</div>
Repeat for other sections, changing "hero" to your section name
Note: Method 1 (CSS classes) is usually cleaner and easier in Landingi.
Save and publish your Landingi page
Go back to your LandLift dashboard
Click Analyze on your landing page
You should see a screenshot with all detected sections highlighted in green
If sections are missing, double-check your CSS classes or HTML markup.
LandLift needs at least 100-200 sessions to show reliable analytics. Once you hit that threshold, you'll see:
Section-by-section engagement - which parts hook attention, which cause exits
Click heatmaps - exactly where visitors click in each section
Time-spent analysis - how long people read each section
AI recommendations - specific suggestions for improving conversions
Every time you update your Landingi page, bump your version number:
Go to JavaScript Code tab
Find your "LandLift Version" script
Edit it and change content="1.0"
to content="1.1"
(or 2.0 for major changes)
Publish your page
LandLift will automatically compare the new version's performance to your previous versions, section by section.
Not seeing data in LandLift?
Make sure you've published (not just saved) your Landingi page
Check that the tracking script is in the Head position
Verify you have at least 10 sessions (100-200 recommended)
Sections not detected?
Confirm CSS classes start with landlift-
(with a hyphen)
If using HTML widgets, make sure opening and closing <div>
tags match
Check for typos in section names
Multiple versions showing?
This is normal if you've updated your version number—it's a feature! Compare them to see which performs better.
With LandLift tracking your Landingi pages, you'll finally understand what's really happening beyond basic page views and form submissions. Use the AI Copilot to get specific recommendations for each section, then test improvements by updating your version number.
Your Landingi pages are about to get a whole lot smarter.