✨ 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 Complianz

Compliance auditors do not want a banner screenshot. They want the table. SleekView turns Complianz wp_cmplz_statistics and consent logs into the filterable, exportable grid auditors actually expect.

♾️ Lifetime License available

SleekView table view for Complianz

Consent data, locked behind a wizard

Complianz writes consent records, scan results, and cookie definitions into its own wp_cmplz_* tables. The plugin's reporting screens summarise the data, but a real audit needs raw rows: which visitor consented to which categories, at which timestamp, under which policy version, from which region. The summary view tells you the trend. The auditor wants the underlying rows.

SleekView reads those tables directly and serves them up as filterable, exportable grids. A subject access request becomes a recipient search and an export. A regional review becomes a filter on the region column. A policy-version comparison becomes a saved view per version, ready for the legal team to compare opt-in rates before and after the cookie banner update. The data Complianz already collects starts answering audit questions in seconds.

Consent records are append-only by design, so SleekView is read-only on those tables by default. The view never edits or deletes rows, which keeps the audit trail intact. Filtering, sorting, and exporting are the operations that matter. A pinned timestamp column ensures the temporal context never disappears from any view, and capability gating keeps the audit surface scoped to the privacy and legal teams who own the work.

Workflow

Open Complianz consent logs as audit-ready rows

1

Point at wp_cmplz_statistics

Complianz writes consent events to wp_cmplz_statistics with timestamp, region, categories, banner variant, policy version, and outcome. SleekView reads the table directly. Cookie definitions and service definitions live in related wp_cmplz_ tables that can be joined in too.
2

Configure audit columns

Add Recorded, Region, Categories, Banner, Policy version, and Outcome as columns. Pin Recorded so the timestamp never disappears regardless of horizontal scroll. The audit context stays visible on every row in every saved view.
3

Save region and version views

Save EU only, US-CA only, Policy v3.2, Policy v3.1, and any combination an auditor or DPO regularly asks about. The saved view loads with its filter and column order, so a recurring audit becomes a one-click answer instead of a SQL session.
4

Export the slice

Apply the filter for the auditor's request, hit export, and you get a CSV or JSON of just those rows. The export respects the active filter, so a date-bounded subject access request exports just that date range, ready to attach to the audit response.

Sample columns

Consent records

Every recorded consent event from Complianz statistics with category, region, and policy version.
Source: wp_cmplz_statistics, wp_cmplz_cookies, wp_cmplz_services and related Complianz tables
Array Array Array Array Array Array
Array Array Array Array Array Array
Array Array Array Array Array Array
Array Array Array Array Array Array
Array Array Array Array Array Array

Comparison

Complianz reports vs SleekView

Complianz reports

  • Built-in reports aggregate, not enumerate
  • No raw-row view of who consented to what
  • Filtering by region or policy version is limited
  • Exports are coarse and pre-shaped
  • Investigating a single user requires SQL

SleekView

  • Reads wp_cmplz_statistics and related tables directly
  • Filter by region, banner, or category combination
  • Export filtered rows for an auditor in seconds
  • Saved views per region or policy version
  • Pinned columns so timestamps never disappear

Features

What SleekView gives you for Complianz

Audit-ready rows

Hand an auditor the exact set of rows they asked for, scoped by date, region, or policy version, with the timestamp pinned so context never disappears.

Region-aware filters

Split EU, US-CA, and any other regional traffic into separate views with one saved filter, so jurisdiction-specific reviews stay cleanly scoped.

Clean exports

CSV or JSON of just the columns and rows the auditor wants, with active filters applied. The export is the file you attach to the audit response.

Audience

Built for privacy and legal teams

Privacy officers

Demonstrate consent for any visitor, region, or policy version on demand, with the policy version pinned visibly to every row in every saved view.

Legal counsel

Pull the rows that match a subject access request without writing SQL or waiting for an engineering ticket, then export the slice as the audit response.

Marketing leads

Track opt-in rates by category over time and tie them back to banner variants, so banner design iteration is informed by row-level outcome data.

The bigger picture

Why row-level consent data matters under GDPR and CCPA

Aggregate consent reports tell you what happened in general. They do not satisfy a regulator asking what happened for a specific visitor on a specific date under a specific policy version. GDPR and CCPA both create scenarios where the regulator, an auditor, or a data subject themselves can demand the specific row that documents consent: the timestamp, the categories accepted, the policy version in force, the banner variant shown.

Complianz captures all of it correctly. The default reporting view aggregates rather than enumerates, which means the row-level question still requires a database export or a SQL query when it lands. That is exactly the wrong moment to discover that the legal team cannot answer the request without engineering.

A row-level audit view changes the operational posture. The privacy officer demonstrates consent for any visitor, region, or policy version on demand, with the policy version pinned visibly to every row. Legal counsel pulls the rows that match a subject access request without writing SQL or waiting for a developer ticket.

Marketing leads track opt-in rates by category over time and tie them back to banner variants for design iteration. The compliance work moves from reactive firefighting to ordinary operations, and the audit trail stays intact because the view is read-only on append-only consent records.

Questions

Common questions about SleekView for Complianz

No. It complements them. Complianz reports tell you the trend: opt-in rate over time, region distribution, banner variant performance. SleekView lets you inspect the rows that make up the trend. The two together give privacy and legal teams the full picture: aggregate trend in the reports, specific row-level evidence in the view. Neither replaces the other.

 

No. SleekView is admin-only and queries on demand. The Complianz banner, scan, and consent capture on the front end are untouched. The view only runs database queries when an admin or privacy officer opens the screen, and SleekView paginates server-side so even consent logs with millions of rows render quickly through database indexes.

 

We discourage it. Consent records should be append-only for the audit trail to remain credible. SleekView is read-only on these tables by default, which is the correct posture for a regulatory audit surface. If a record is genuinely incorrect, the right path is to add a corrective record, not edit the original. The view supports that workflow naturally.

 

Yes. Any wp_cmplz_ table is fair game, including the cookie scan results, service definitions, and the document audit tables that Premium adds. A view that joins consent records to the cookie definitions in force at the time can answer questions about which specific cookies a visitor consented to, which is exactly the level of detail many audits demand.

 

Yes. Each subsite has its own wp_cmplz_ tables, since Complianz installs per site, and each subsite gets its own SleekView. A network admin can switch between subsites to audit each site independently. The per-site data isolation matches the legal reality that consent under one site's policy is not interchangeable with consent under another site's policy.

 

SleekView runs entirely on your server. No data leaves WordPress. The view does not send consent records to any third party, does not call out to an external API, and does not log to any service outside your hosting environment. This matches Complianz's own self-hosted posture and keeps the consent data within the same trust boundary the original capture happens in.

 

The plugin has a configurable retention setting. SleekView reflects whatever is in the wp_cmplz_statistics table at the time the view loads. If your retention policy requires a specific minimum, configure that in Complianz settings, and SleekView surfaces the resulting history depth. Reducing retention prunes older rows from view as well, since the view reads from the live table.

 

Yes. The policy version is captured per consent record, so a saved view filtered by policy version isolates consent under each iteration of the policy. This is essential when a policy update is followed by a re-prompting wave: the before-and-after rows answer the regulator's question about whether consent under the old policy still applies, and SleekView makes the comparison straightforward.

 

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