✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for Thrive Leads Pro: lead groups, forms & conversions as tables

Thrive Leads Pro stores lead groups, form variations, and conversion events in dedicated tve_leads_* custom tables. SleekView reads them so variant performance, A/B tests, and per-page attribution render as one filterable workspace.

♾️ Lifetime License available

SleekView table view for Thrive Leads Pro

Variant performance without dashboard hopping

Thrive Leads Pro maintains its own custom tables. tve_leads_form_types stores form variations, tve_leads_event_log stores impression, conversion, and click events, and tve_leads_contacts holds the captured subscriber records. Lead groups and the form variations within them are normal CPTs with extensive wp_postmeta backing them. The schema is well-indexed for the analytics dashboards Thrive Leads ships.

The default Thrive Leads dashboard renders aggregate conversion rates per lead group and per form, with drill-down screens for A/B test variants. Cross-cutting questions like "which variant converted best on long-form blog posts last quarter" or "which contacts came from the exit-intent variant on the pricing page" require chaining the dashboard with manual SQL. Inline editing of conversion goals, bulk-pausing variants, and auditing the event log row by row sit outside the default screens.

SleekView reads the tve_leads_* tables directly, joins the event log with form variants and lead groups, and pivots conversion-event metadata into named columns. Variant audits become saved views; per-page attribution becomes a join with the referrer column on tve_leads_event_log; bulk-pause becomes inline.

Workflow

Thrive Leads Pro tables as a workspace

1

Map the tve_leads tables

Point SleekView at tve_leads_form_types, tve_leads_event_log, tve_leads_contacts, and the tve_lead_group CPT. Each becomes a navigable workspace.
2

Join events to variants

Aggregate impressions and conversions per variant from tve_leads_event_log and join to tve_leads_form_types so each row carries its own metrics.
3

Save the audits

Build saved views for variant comparison, per-page attribution (referrer column filter), and contact-source breakdowns. Each saved view is a reusable workspace the optimisation team revisits weekly.
4

Edit, pause, and export

Change variant status inline through the plugin's API. Bulk-pause underperformers. Export saved views to CSV for cross-channel reporting and executive summaries.

Sample columns

A typical Thrive Leads Pro variants view

Form variations with impressions, conversions, and conversion rate joined from wp_tve_leads_event_log.
Source: wp_tve_leads_form_types + wp_tve_leads_event_log + wp_tve_leads_contacts + wp_posts (post_type=tve_lead_group)
Variant Status Group Impressions Conversions Rate
Exit popup A Active Pricing page 12,408 318 2.56%
Sidebar opt-in Active Blog general 48,902 612 1.25%
Slide-in B Paused Blog general 32,118 204 0.64%
Welcome mat Disabled Homepage 5,402 12 0.22%

Comparison

Default Thrive Leads Pro admin vs SleekView

Default Thrive Leads Pro admin

  • Variant performance lives behind drill-down screens per lead group
  • Cross-group variant comparison isn't a single workspace
  • tve_leads_event_log filtering by referrer URL needs SQL
  • Bulk pause/resume across variants isn't first-class
  • Per-contact source attribution from tve_leads_contacts isn't a default screen

SleekView

  • Joined variant + group + impressions + conversions in one view
  • Filter tve_leads_event_log by referrer URL and event type together
  • Bulk pause/resume variants inline through the plugin's API
  • Pivot conversion-event metadata into named columns
  • Per-page attribution as a saved view

Features

What SleekView gives you for Thrive Leads Pro

Variant comparison

All variants from every lead group in one filterable workspace with impressions, conversions, and conversion rate inline. Sort by rate to surface the under- and over-performers instantly.

Page-level attribution

Filter tve_leads_event_log by referrer URL and event type. Saved views answer questions like "which variant converted best on long-form blog posts" without leaving the workspace.

Bulk pause and resume

Select underperforming variants and pause them in bulk. Writes route through the plugin's variant-status API, so the tve_leads_form_types updates fire any registered observers.

Audience

Who uses SleekView for Thrive Leads Pro

Growth marketers

Variant audit workspace surfacing impressions, conversions, and rate inline. Saved views feed weekly growth standups without screenshotting Thrive's dashboard.

Optimisation leads

A/B test reviews joining tve_leads_event_log with variants. Decide which variant to promote based on event-log filters instead of summary tiles.

Email ops

Per-source attribution joining tve_leads_contacts with the originating variant. Tag inbound contacts by source for downstream segmentation in the CRM.

The bigger picture

Why optimisation needs row-level workspaces

Conversion-rate optimisation on Thrive Leads Pro lives on the variant level: which form converts best on which page, which one to pause, which one to roll out, which to keep testing. Thrive Leads' default dashboard handles the aggregate view well, but optimisation teams need a row-level workspace where every variant from every lead group sits in one filterable table with impressions, conversions, and conversion rate inline. The data is all there in the tve_leads_* custom tables, well-indexed for the dashboard's own queries.

SleekView's joined view turns it into a workspace. Optimisation leads can sort by rate to see the spread, filter by lead group to audit a single campaign, and pause underperformers in bulk through the plugin's variant API. Growth marketers can filter tve_leads_event_log by referrer to see which page each variant performs best on.

Email ops can pull per-source contact lists from tve_leads_contacts to feed downstream segmentation. The optimisation cycle gets shorter because every variant decision lives in one place rather than across half a dozen drill-down screens.

Questions

Common questions about SleekView for Thrive Leads Pro

No. The Thrive Leads dashboard stays in place and continues to power aggregate analytics. SleekView provides the row-level workspace for variant comparison, event-log audits, and bulk operations the default UI surfaces through drill-down screens. The two layers complement each other rather than compete.

 

Yes. Status changes (active, paused, disabled) write through the plugin's variant API so the tve_leads_form_types updates fire any registered observers. Direct DB writes are available for cases where hooks should be skipped, typically large cleanups across paused legacy variants.

 

Yes. SmartLinks targeting metadata lives in wp_postmeta on the lead-group CPT and SleekView pivots it into filterable columns. Build a view showing which SmartLinks rule applies to each variant for an audit pass before a campaign launch.

 

tve_leads_event_log grows quickly on high-traffic sites. SleekView paginates queries and uses the indexed columns Thrive Leads maintains. For deep historical analysis, SleekView's saved view caches resolved aggregates so weekly reports do not re-scan the entire log every time.

 

Yes. tve_leads_contacts stores the originating form id and lead group id on each row. SleekView exposes both as filterable columns, so per-source attribution and per-variant contact lists become saved views you can export for downstream CRM segmentation.

 

Yes. Thrive Automator writes event records that SleekView reads alongside the tve_leads_event_log. Build a view that surfaces which automations fired from which variants, and audit the automator's downstream actions per lead group.

 

No. Queries paginate and run against the indexed columns Thrive Leads maintains on its custom tables. The saved-view aggregate cache means repeat reports render from the cache rather than re-scanning the log on every load, which is critical for sites recording millions of impressions a month.

 

Yes. Any saved view exports to CSV including the joined event-log metrics. Use this for executive reports, ad-budget reviews, or to feed historical variant performance into an external BI tool for cross-channel attribution.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView