✨ 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 ConvertBox Pro: embed campaigns & event logs as tables

ConvertBox Pro stores embed campaigns as a CPT with wp_postmeta targeting rules, and account config in wp_options. SleekView reads them so campaigns, segments, and per-page targeting render as one filterable workspace.

♾️ Lifetime License available

SleekView table view for ConvertBox Pro

Campaign audits without per-row clicks

ConvertBox Pro embeds personalised opt-in boxes via a WordPress integration that stores embed campaigns as a custom post type with rich wp_postmeta targeting rules: URL filters, visitor segments, device, source, and goal. Account-level configuration lives in wp_options. Local conversion logging (when enabled) writes to a separate CPT with referrer, segment, and timestamp meta. The authoritative conversion analytics live on ConvertBox's upstream dashboard.

The default plugin admin renders one campaign at a time. Cross-cutting questions like "which campaigns target the pricing page" or "which segments fire most often" require opening each campaign to inspect its targeting meta. Bulk pause, audience swap, and per-segment audit live outside the default screens. Per-page conversion attribution (when local logging is on) needs SQL because the join between the log CPT and the campaign CPT isn't a default view.

SleekView reads the campaign CPT, the log CPT, and the relevant wp_options keys, and pivots their wp_postmeta values into named columns: URL filter, segment, device, goal, status. Targeting audits become saved views; bulk pause becomes inline; per-page attribution becomes a join that updates as the log grows.

Workflow

ConvertBox Pro CPTs as a workspace

1

Map the campaign and log CPTs

Point SleekView at convertbox_campaign and convertbox_log. Each becomes a navigable workspace with its wp_postmeta keys promoted to columns.
2

Pivot targeting rules

Promote URL filter, segment, device, goal, and status from wp_postmeta into named columns. Filters and sorts operate on those values directly.
3

Save the audits

Build saved views for targeting overlap audits, per-segment performance, paused-legacy cleanup, and per-page attribution. Each is a reusable workspace.
4

Edit and bulk-pause

Change targeting or status inline through the plugin's save_post hook. Bulk pause underperformers. Export views to CSV for cross-team governance.

Sample columns

A typical ConvertBox Pro campaigns view

Embed campaigns with URL targeting, segment, and status pulled from wp_postmeta.
Source: wp_posts (post_type=convertbox_campaign, post_type=convertbox_log) + wp_postmeta + wp_options
Campaign Status URL targeting Segment Device Updated
Pricing exit Active /pricing/* First-time visitor All Apr 22
Blog sidebar Active /blog/* Logged-out Desktop Apr 20
Cart slide-in Paused /cart/ Returning Mobile Apr 18
Welcome popup Disabled / All All Mar 10

Comparison

Default ConvertBox Pro admin vs SleekView

Default ConvertBox Pro admin

  • Targeting rules sit in wp_postmeta with no campaign-list column for URL filter or segment
  • No bulk pause or audience swap across campaigns
  • Per-page conversion attribution requires SQL against wp_postmeta
  • Segment audit means opening each campaign individually
  • Account config in wp_options isn't surfaced alongside campaign performance

SleekView

  • Joined campaign + URL filter + segment + device view
  • Filter by segment across all campaigns at once
  • Bulk pause/resume through the plugin's status API
  • Pivot wp_postmeta targeting rules into named columns
  • Per-page attribution joining the campaign and log CPTs

Features

What SleekView gives you for ConvertBox Pro

Targeting audit

Every campaign's URL filter, segment, and device targeting in one filterable workspace. Saved views surface targeting overlaps and gaps without opening each campaign.

Bulk operations

Pause, resume, or change targeting on selected campaigns. Writes route through the plugin's save_post filters so any registered observers fire normally.

Page-level attribution

Join the log CPT with the campaign CPT on campaign id, then filter by referrer URL. Saved views answer per-page conversion questions without ad-hoc SQL.

Audience

Who uses SleekView for ConvertBox Pro

Optimisation leads

Targeting audit workspace showing URL filter, segment, and device per campaign. Spot overlapping targeting that splits conversions across competing variants.

Marketing ops

Bulk pause, resume, and audience-swap across campaigns. Saved cleanup views run weekly to retire variants that have stopped converting.

Growth analysts

Per-page attribution joining the log CPT with the campaign CPT. Surface which content pages convert best per segment to inform editorial planning.

The bigger picture

Why personalisation campaigns need a workspace

Conversion personalisation lives or dies by targeting precision. ConvertBox Pro stores targeting in wp_postmeta on a CPT and renders one campaign at a time, which works well for editing but leaves teams without a workspace for the cross-campaign questions optimisation work actually requires. The data sits there: URL filter, segment, device, goal, status, all as filterable meta.

SleekView promotes those keys to columns so optimisation leads see overlap and gaps at a glance. Marketing ops gets bulk pause and audience swap without opening campaigns one at a time. Growth analysts get per-page attribution by joining the log CPT with the campaign CPT on campaign id.

The runtime engine continues to operate exactly as before; only the audit and cleanup workflows change. Teams running dozens of campaigns across pricing, blog, and product pages stop losing conversions to overlapping or stale targeting because the workspace makes the configuration legible at a glance instead of buried inside per-campaign edit screens.

Questions

Common questions about SleekView for ConvertBox Pro

Yes. SleekView only changes how the plugin's locally stored data renders in WP Admin. The upstream targeting engine, hosted preview, and account-level analytics continue to live on ConvertBox's service. SleekView never calls external APIs and never proxies traffic for the plugin.

 

Yes. Rule edits write through the plugin's save_post hook so any registered observers fire. Direct wp_postmeta writes are available for bulk corrections that should skip hooks, typically large cleanups across legacy campaigns nobody owns anymore.

 

ConvertBox's dynamic-segment definitions store their condition rules in wp_postmeta. SleekView pivots those rules into columns so the segment definitions become a workspace. The runtime segment evaluation still happens through the plugin's own logic and any upstream services it talks to.

 

When local logging is enabled, the log CPT is a first-class workspace. Referrer, segment, device, and timestamp meta become filterable columns. Join the log to the campaign CPT for per-campaign performance views without leaving WP Admin.

 

No. Queries paginate and rely on the indexes WordPress maintains on wp_postmeta by post_id and meta_key. The meta-pivot cache surfaces resolved columns from the cache on repeat loads rather than re-joining on every page render.

 

Yes. Whatever ConvertBox writes to wp_postmeta as the goal (email signup, click, redirect, custom event) becomes a filterable column. Build saved views per goal type so the next campaign launch starts from the best-performing pattern for that goal.

 

Yes. WooCommerce-aware conditions store their rule values in the campaign's wp_postmeta (cart-total, product-in-cart, last-order-age). SleekView pivots those into columns and lets you audit WooCommerce-targeted campaigns side by side with the rest.

 

Yes. Any saved view exports to CSV including the joined wp_postmeta targeting columns. Use this for audits, governance reviews, or to feed targeting rules into a documentation tool the marketing team maintains outside WordPress.

 

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