✨ 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 Popup Domination: popups, targeting & conversion logs as tables

Popup Domination stores popups as a CPT with wp_postmeta display rules and an optional local conversion log. SleekView reads them so popup audits, rule comparisons, and per-page conversion attribution live in one workspace.

♾️ Lifetime License available

SleekView table view for Popup Domination

Popup audits without per-popup clicks

Popup Domination stores popups as a custom post type. Display rules (URL filter, trigger, delay, frequency, device), styling meta, and goal config all live in wp_postmeta. Account-level config sits in wp_options, and local conversion logging (when enabled) writes to a separate log CPT with referrer, device, and timestamp meta. The schema follows the standard CPT pattern WordPress already indexes well.

The default plugin admin renders one popup at a time. Cross-popup questions like "which popups trigger on exit intent" or "which popups target the checkout funnel" require opening each popup to inspect wp_postmeta. Bulk pause across popups, frequency cap audit, and per-trigger comparison aren't first-class operations. The local conversion log (when logging is on) lacks a referrer-filtered view and per-popup aggregates.

SleekView reads the popup CPT, the log CPT, and the wp_options keys, and pivots wp_postmeta into named columns: trigger, URL filter, frequency, device, status. Popup audits become saved views; bulk pause becomes inline through the plugin's save_post hook; per-page conversion attribution becomes a join with the log CPT.

Workflow

Popup Domination CPTs as a workspace

1

Map the popup and log CPTs

Point SleekView at pd_popup and the optional pd_log. Each renders as a navigable workspace with the plugin's wp_postmeta keys promoted to columns.
2

Pivot display rules

Promote trigger, URL filter, frequency cap, device, and status from wp_postmeta into named columns. Filters and sorts run on those values directly.
3

Save the audits

Build saved views for trigger overlap, frequency-cap conflicts, paused-legacy cleanup, and per-page attribution. Each saved view is a reusable workspace.
4

Edit, bulk-pause, and export

Change rules or status inline through the plugin's save_post hook. Bulk pause underperformers. Export views to CSV for governance and team reporting.

Sample columns

A typical Popup Domination popup view

Popups with trigger, URL targeting, frequency cap, and status from wp_postmeta.
Source: wp_posts (post_type=pd_popup, post_type=pd_log) + wp_postmeta + wp_options
Popup Status Trigger URL targeting Frequency Device
Exit on pricing Active Exit intent /pricing/* Once / 7d Desktop
Blog scroll 50% Active Scroll 50% /blog/* Once / 14d All
Cart abandonment Paused Inactivity 30s /cart/ Once / session Mobile
Welcome mat Archived On load / Always All

Comparison

Default Popup Domination admin vs SleekView

Default Popup Domination admin

  • Display rules in wp_postmeta aren't surfaced as popup-list columns
  • No bulk pause across popups
  • Local log lacks a referrer-filtered view
  • Frequency-cap audit requires opening each popup
  • Per-trigger comparison isn't a default screen

SleekView

  • Joined popup + trigger + URL filter + frequency view
  • Filter by trigger and device across all popups at once
  • Bulk pause/archive through the plugin's save_post filter
  • Pivot display rules from wp_postmeta into named columns
  • Per-page attribution joining the popup and log CPTs

Features

What SleekView gives you for Popup Domination

Trigger audit

Every popup's trigger, frequency cap, and URL targeting in one filterable workspace. Saved views surface trigger overlap and frequency-cap conflicts without per-popup inspection.

Bulk operations

Pause, archive, or shift frequency on selected popups. Writes route through the plugin's save_post filter so any registered observers fire as expected.

Page-level attribution

Join the log CPT with the popup CPT on popup id, then filter by referrer URL. Surface which pages convert best per popup as a saved view.

Audience

Who uses SleekView for Popup Domination

Optimisation leads

Trigger and frequency audit workspace. Spot popups that fire too often or overlap with newer variants without opening each post.

Marketing ops

Bulk pause and archive across the popup catalogue. Saved cleanup views run weekly to retire stale variants and keep the live count manageable.

Content marketers

Per-page attribution joining the log CPT to the popup CPT and filtering by referrer. Decide which content pages deserve dedicated popups.

The bigger picture

Why popup catalogues need row-level workspaces

Popup catalogues compound. A site running for a few years ends up with dozens of variants targeting different pages, triggers, and devices, and the marketing team needs to keep them legible without opening each post. Popup Domination stores everything in a CPT with wp_postmeta rules and an optional log, which is great for the editing flow but leaves the cross-popup audit work without a workspace.

SleekView promotes display-rule meta to columns so optimisation leads see trigger overlap and frequency-cap conflicts at a glance. Marketing ops gets bulk pause and archive workflows that retire stale popups en masse. Content marketers get per-page attribution joining the log CPT to the popup CPT on popup id, filtered by referrer URL.

The plugin's editor and runtime continue to operate exactly as before. Only the cross-popup audit and cleanup workflows change, and teams running serious volume stop losing conversions (or harming UX) because of forgotten or overlapping popups buried in the catalogue.

Questions

Common questions about SleekView for Popup Domination

No. The Popup Domination editor stays in place and continues to power popup design and rule configuration. SleekView provides the row-level workspace for cross-popup audits, bulk operations, and log-based attribution the default UI doesn't centralise.

 

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

 

Yes. Frequency-cap meta (once per session, once per X days, always) is pivoted into a filterable column. Build a view filtered to high-frequency popups to spot UX-impacting overlap before user complaints come in.

 

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

 

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

 

Yes. Trigger type (exit intent, scroll, time on page, inactivity, on load) is a first-class filter on the popup CPT view. Build saved views per trigger to compare which triggers convert best by page type or device.

 

Yes. WooCommerce-aware conditions (cart total, product in cart, has-coupon) store their values in the popup's wp_postmeta. SleekView pivots those into columns and surfaces WooCommerce-targeted popups alongside the rest of the catalogue.

 

Yes. Any saved view exports to CSV including the pivoted wp_postmeta targeting columns. Use this for governance audits, agency handovers, or to mirror popup config into a documentation tool the 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