✨ 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 Lucky Orange Pro: site IDs, surveys & exclusions as tables

Lucky Orange recordings, heatmaps, and surveys live in Lucky Orange's cloud, while the WordPress plugin stores the site ID, post-type allowlist, and per-post exclusions in wp_options and wp_postmeta. SleekView turns that configuration into one queryable inventory of which pages send sessions.

♾️ Lifetime License available

SleekView table view for Lucky Orange Pro

Inventory every page Lucky Orange tracks, in one sortable grid

The Lucky Orange WordPress plugin saves its site ID, post-type allowlist, and trigger rules to wp_options under lo_options. Per-post exclusions write to wp_postmeta as _lo_exclude, and the survey-attachment override saves as _lo_survey_id. The settings screen exposes only the global toggle and the site ID, leaving the per-post overrides invisible.

SleekView reads both the lo_options row and every post with a _lo_* override into one sortable grid. Tracking state, attached survey ID, and consent-gate plugin become real columns. Filters stack across post type, exclusion state, and survey ID, and bulk edits flow through update_post_meta so the script picks up the change on the next request.

Heatmaps, session recordings, surveys responses, and chat transcripts stay in Lucky Orange's cloud, which is where the analysts work. SleekView focuses on the WordPress configuration: who excluded which page, which survey runs where, and when each override last changed.

Workflow

From Lucky Orange postmeta to one tracking inventory

1

Connect the Lucky Orange data

SleekView reads lo_options from wp_options and every post carrying a _lo_* key. Settings and overrides surface in one grid.
2

Compose audit columns

Pick page, post type, tracking state, attached survey ID, consent gate, and last edited. Compliance, marketing, and consultants each get a row shape that fits.
3

Save scoped views

Save a Compliance view, a Surveys view, and a Diagnostics view. Scope each per role so the right team opens the right grid.
4

Inline edit and bulk update

Toggle exclusions, swap survey IDs, or detach legacy overrides in batches. Updates route through update_post_meta and apply on the next page load.

Sample columns

A typical Lucky Orange tracking inventory

Posts with explicit Lucky Orange overrides joined to the lo_options settings row.
Source: wp_options (lo_options) + wp_postmeta (_lo_exclude, _lo_survey_id)
Page Post type Tracking Survey ID Consent gate Last edited
/ page On lo_2201 cookieyes Apr 22
/account/orders/ page Excluded - cookieyes Apr 03
/checkout/ page Blocked - cookieyes Feb 17
/landing/free-trial/ page On lo_2305 cookieyes Apr 25

Comparison

Default Lucky Orange Pro admin vs SleekView

Default Lucky Orange Pro admin

  • Settings screen exposes site ID and global toggle but no per-post override list
  • _lo_exclude and _lo_survey_id postmeta are invisible from any dashboard view
  • No way to filter posts by attached survey or exclusion state
  • Auditing which checkout flows are excluded requires opening each post
  • Bulk-removing legacy survey attachments needs WP-CLI

SleekView

  • Inventory every _lo_exclude and _lo_survey_id override in one grid
  • Filter by post type, tracking state, attached survey, or consent-gate plugin
  • Sort by last edited to detect override changes from a recent campaign
  • Bulk-exclude account and billing sections from tracking in one motion
  • Cross-reference the lo_options row with per-post state for full context

Features

What SleekView gives you for Lucky Orange Pro

Override inventory

Every post carrying a _lo_* postmeta becomes a row. The override decisions accumulated across campaigns and compliance reviews finally become searchable in one place.

Stacked filters

Combine post type, tracking state, survey ID, and consent gate filters. The exact slice ("every checkout-funnel page still tracked") becomes a saved view.

Bulk override edits

Select rows and toggle tracking, detach surveys, or change attached survey IDs in batches. Updates route through update_post_meta and apply immediately.

Audience

Who uses SleekView for Lucky Orange Pro

Compliance reviewers

Verify that account, billing, and legal pages are excluded from session recording. Filter _lo_exclude to confirm policy before the next audit.

Growth marketers

Run multiple surveys across landing pages. Filter by survey ID to confirm each one is pinned to the campaign page it was built for, no orphans.

Implementation consultants

Triage missing recordings by filtering for posts where tracking was disabled. Replace SQL-based diagnostics with a five-second filter in the admin grid.

The bigger picture

Why Lucky Orange's WordPress side needs an audit grid

Lucky Orange's strength is its breadth: recordings, heatmaps, surveys, and live chat all in one cloud product. The WordPress plugin handles the front-end loader and a few per-post overrides, intentionally minimal. The trade-off is that the settings page never grows into an audit surface as the override decisions pile up across campaigns and compliance reviews.

A year in, the typical site carries dozens of _lo_exclude entries, a handful of orphaned _lo_survey_id attachments on retired landing pages, and a consent-gate setting nobody remembers configuring. SleekView treats the options row and the per-post postmeta as one queryable surface. Compliance reviewers can verify billing and account pages remain excluded.

Growth marketers can confirm campaign surveys live on the pages they were built for. Implementation consultants can answer diagnostic questions in seconds. Lucky Orange's analytics stay where they belong.

SleekView only makes the WordPress side of the integration legible at scale.

Questions

Common questions about SleekView for Lucky Orange Pro

No. Recordings, heatmaps, surveys, and live chat live in Lucky Orange's own cloud and stay there. SleekView only reads the WordPress configuration in wp_options and per-post _lo_* postmeta.

 

Yes. The free plugin uses the same lo_options name and the same per-post _lo_exclude key. Pro adds extra overrides such as per-post survey attachment, which SleekView surfaces automatically when those keys exist.

 

Yes. Filter to the account post type or URL pattern, select matching rows, and bulk-set _lo_exclude to true. Updates write through update_post_meta and the script stops loading on those pages on the next request.

 

Yes. Meta updates go through update_post_meta, firing updated_post_meta and any filters the plugin or your code has attached. Direct table writes that bypass cache invalidation are not used for editable columns.

 

Yes. Saved views are scoped per role, so a compliance reviewer can see exclusion state across all pages without access to global Lucky Orange settings or other plugin areas.

 

Lucky Orange's loader can be gated by a consent banner (CookieYes, Complianz, Iubenda). SleekView shows the current gate as a column so admins can verify that the gate exists where expected; the consent decision itself still runs on the client side.

 

No. SleekView paginates against the existing meta_key index on wp_postmeta and queries only when the view is opened. Saved views don't preload, and the front-end loader continues to run independently.

 

Yes. Each subsite has its own lo_options row and per-post wp_postmeta entries with the subsite's prefix. SleekView respects the active site so each subsite's Lucky Orange audit stays self-contained.

 

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