✨ 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 Hyperise Personalization

SleekView reads the Hyperise WordPress plugin's WP-side data, the settings option, the shortcodes in post_content and the block attributes in postmeta, and renders every embed as one sortable, filterable, inline-editable table.

♾️ Lifetime License available

SleekView table view for Hyperise Personalization

A grep is not an audit, a table is

The Hyperise plugin for WordPress is a thin bridge to the Hyperise SaaS. The cloud handles personalization image generation, visitor identification and CRM integrations. WordPress stores the account ID, API token and tracking domain in wp_options, registers shortcodes that render personalized assets, and writes block attributes to wp_postmeta when the Hyperise block is used.

The plugin's settings screen confirms the account connection and exposes a few feature toggles. It does not list which posts embed which Hyperise asset, which tag is referenced most, or when each embedded page was last touched. The data is in wp_posts, wp_postmeta and wp_options, but a content lead wanting to retire a sunset asset still ends up running database queries by hand.

SleekView reads each embed as one row. Asset ID, asset type, parent page URL, hyperise_tag and last edit sit next to author and post status. Filter to a specific tag to find every page referencing it, sort by last modified to surface stalled campaigns, bulk-edit to repoint embeds before retiring an asset on the Hyperise side.

Workflow

How SleekView reads Hyperise data

1

Pivot the Hyperise option array

SleekView reads the serialized Hyperise settings in wp_options and expands account ID, API token presence, feature toggles and tracking domain into named columns.
2

Parse every embed

Scan post_content for the Hyperise shortcode and postmeta for the block attributes. Each embed becomes a row with asset ID, asset type, parent page URL and last edited timestamp.
3

Compose the column set

Add asset ID, hyperise_tag, asset type, parent URL, status and post_modified. Hide what you do not need so the table fits the audit or repoint workflow.
4

Edit inline or export

Bulk-repoint tags from a retired asset to its replacement, trash stale pages, or export the filtered set to CSV. Edits run through CRUD so any Hyperise hooks still fire.

Sample columns

A typical Hyperise embed audit table

SleekView joins parsed shortcodes and block attributes into one dataset, so every Hyperise embed sits in one row with its tag, asset and parent page surfaced as columns.
Source: wp_options (Hyperise settings) + wp_posts (shortcodes in post_content) + wp_postmeta (Hyperise block attributes)
Parent page Asset type Hyperise tag Storage Status Last edit
/pricing/ Image {{firstName}} Block Publish May 14
/demo-request/ Image {{companyName}} Block Publish May 12
/legacy-landing/ Text token {{firstName}} Shortcode Draft Feb 03
/holiday-campaign/ Video {{logo}} Block Publish Apr 22
/archive/2023-event/ Image {{firstName}} Shortcode Trash Nov 11

Comparison

Default Hyperise plugin UI vs SleekView

Default Hyperise plugin UI

  • Settings screen confirms the account but lists no embeds
  • No view of which pages reference which Hyperise tag
  • Block vs shortcode embed mix never surfaced as a column
  • Sunset assets keep rendering on stale pages with no inventory
  • No saved per-role view for content ops, growth or agency leads

SleekView

  • Read every Hyperise embed across post_content and postmeta as one row
  • Asset type, tag and parent URL as sortable, filterable columns
  • Inline-edit tag references across many posts in one pass
  • Save filtered views per role ("Sunset assets", "Stalled campaigns")
  • Same dataset powers the SleekView Charts coverage dashboard

Features

What SleekView gives you for Hyperise Personalization

Embeds as real rows

Surface every Hyperise embed across the site as one row, with asset type, tag and parent URL as sortable columns instead of buried block attributes.

Filter by tag

Filter the table to a specific hyperise_tag and every post referencing it surfaces in one pass, ready to repoint before retiring the asset on the cloud side.

Inline-edit at scale

Bulk-repoint embeds to a new asset ID, trash legacy shortcode pages, or push status changes through CRUD so the Hyperise save hooks still fire.

Audience

Who uses SleekView for Hyperise Personalization

Content ops

Plan a quarterly personalization audit with the embed table. Retire tags only referenced once and consolidate the rest before the next campaign window.

Growth marketers

Filter to stale Hyperise embeds and find pages quietly rendering generic content to identified buyers. Repoint the tag, then re-check coverage.

Agencies

Hand a client a single sorted, filterable audit of their Hyperise WordPress footprint on day one. The table is the kickoff document.

The bigger picture

Personalization coverage deserves a list, not a grep

Hyperise is fundamentally a SaaS tool with a thin WordPress shim, but the WP side carries the personalization that visitors actually see. A tag wired to an archived asset renders nothing. A page that lost its embed during an editor mistake delivers a generic experience to a buyer the team assumed was being addressed by name.

The default plugin admin focuses on connecting the account, not on listing every embed across the site. SleekView turns the parsed shortcodes and block attributes into one table, so a content lead can sort, filter and repoint in minutes instead of running ad-hoc database queries. The data is already in wp_postmeta, post_content and wp_options, the table surface makes it operational.

Questions

Common questions about SleekView for Hyperise Personalization

The Hyperise plugin's WP-side storage only: the settings option in wp_options, block attributes in wp_postmeta and parsed shortcodes in post_content. Cloud-side data (visitor identification, asset performance, integrations) stays in the Hyperise SaaS.

 

No. Per-visitor performance lives in the Hyperise dashboard and stays there. SleekView focuses on the WordPress footprint: which pages embed personalization, which tags are used, when the embedded pages were last edited.

 

Yes. Filter the embed dataset to a specific hyperise_tag value and the table lists every post referencing that tag. Bulk-edit from the table to retire or repoint the tag, then re-check to confirm coverage.

 

Yes. Block attributes land in postmeta on save. SleekView reads both the legacy shortcode in post_content and the block attribute storage, so a site partway through a migration still produces one clean audit.

 

Yes. Each multisite blog has its own Hyperise options row and its own postmeta. SleekView aggregates the embed dataset across blogs, so a network-wide audit replaces clicking through each blog's admin individually.

 

Yes. WordPress core indexes post_content and postmeta by post_id, and SleekView reuses those indexes for the table queries. Sites with tens of thousands of posts render the audit table within seconds.

 

Yes. Each saved view is scoped by WordPress capability. Growth marketers see the coverage cuts while content ops sees the tag-usage detail, with each role saving its own filter presets.

 

No. The table reads WordPress data only. An expired API key affects what the Hyperise SaaS renders at runtime, but the WP-side embed dataset stays auditable, which is exactly when an inventory is most useful.

 

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