✨ 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 EDD ConvertKit: subscribers, tags & sequences as tables

Read directly from edd_customers and the EDD ConvertKit meta keys recording subscriber id, tags, and sequence subscriptions. Build segment views, opt-in audits, and post-purchase tag audits without leaving WP admin.

♾️ Lifetime License available

SleekView table view for EDD ConvertKit

ConvertKit tags live in meta, not on the EDD Customers screen

EDD ConvertKit adds customers to ConvertKit (Kit) when they purchase and applies tags or sequence subscriptions based on the product bought. The integration stores the subscriber id, applied tags, and last sync timestamp in edd_customermeta under keys such as _edd_convertkit_subscriber_id, _edd_convertkit_tags, and _edd_convertkit_synced_at. The default EDD Customers screen shows none of this, so tag membership and sequence state stay invisible at the row level.

SleekView reads edd_customers with edd_customermeta and joins to edd_orders so subscriber id, tags, last sync, and lifetime value become first-class columns. Marketing builds a saved view of customers in a specific tag with LTV above a threshold, support sees subscriber state inline when answering a sequence-related question, and ops triages customers whose sync failed before the next broadcast.

Inline edits to tag state route through EDD ConvertKit's hooks where supported so the API call is made through the integration's existing chain. Direct meta writes are guarded by conflict detection so a stale row never overwrites a ConvertKit webhook update.

Workflow

How SleekView reads EDD ConvertKit data

1

Pick the base table

edd_customers for subscriber-rooted views, edd_orders for purchase-rooted views joined to tag state. SleekView detects EDD 3.0 automatically.
2

Compose ConvertKit columns

Add subscriber id, tags, sequence subscriptions, and last sync timestamp from the column picker. Only keys actually present in your data are listed.
3

Save tag-and-LTV segments

Name them ("course-2026 customers with LTV above 200", "Unsubscribes since launch") and gate by capability so each role sees their own table.
4

Edit inline or export

Update tags through EDD ConvertKit's hooks, bulk-flag customers for cleanup, or export segments to CSV for ad-hoc broadcasts and course imports.

Sample columns

A typical EDD ConvertKit subscriber view

Joins edd_customers with edd_customermeta ConvertKit keys and aggregated order totals from edd_orders.
Source: wp_edd_customers + wp_edd_customermeta + wp_edd_orders
Customer Subscriber Tags Orders LTV Last sync
alex@studio.co Active course-2026, vip 4 £192.00 Apr 24
ria@design.io Pending newsletter 2 £96.00 Apr 24
tom@hello.dev Active course-2026, beta 6 £248.00 Apr 23
mia@brew.coop Unsubscribed (none) 1 £48.00 Apr 23

Comparison

Default EDD ConvertKit admin vs SleekView

Default EDD ConvertKit admin

  • Tags live in edd_customermeta and aren't shown in the Customers list
  • ConvertKit subscriber id isn't joined into the EDD customer view
  • Sequence subscriptions aren't auditable against EDD purchases without a CSV export
  • No saved view for customers tagged X, with LTV above Y, acquired in last 90 days
  • Sync failures only surface in error logs, not in admin daily workflow

SleekView

  • Surface _edd_convertkit_subscriber_id and tag set as columns
  • Tag-and-LTV segmentation directly in WP admin
  • Saved view: customers in tag X acquired last quarter
  • Audit-friendly view of unsubscribes joined to product purchased
  • Export segments for ConvertKit broadcasts or course imports

Features

What SleekView gives you for EDD ConvertKit

Tags as a first-class column

Pull _edd_convertkit_tags from edd_customermeta into the Customers view as a sortable, filterable column. Marketing builds tag-based segments without exporting both systems.

Segment by tag plus purchase

Combine ConvertKit tag membership, product purchased (via edd_order_items), and LTV. Saved views map directly to broadcast briefs without copying ids around.

Sync triage view

Customers whose last sync failed, with the last error inline. Fix data, requeue, send the next campaign with the subscriber list intact.

Audience

Who uses SleekView for EDD ConvertKit

Course creators and marketers

Build a view of customers who bought a course, with their ConvertKit tags and sequence state visible. Reuse the view as the campaign brief for follow-up broadcasts.

Customer support

See subscriber state inline when a customer asks about an automation. Adjust tags through EDD ConvertKit hooks without leaving WP admin.

Store admins

Daily sync-failure triage: which customers didn't sync, what the error was, and how to fix it. Fewer surprises about broadcast recipient counts.

The bigger picture

Why tag-based segmentation belongs at the customer row

ConvertKit (now Kit) is built around tags and sequences rather than rigid lists, and EDD ConvertKit translates that flexibility into post-purchase automations: buy a course, get tagged, drop into a sequence. The model works for marketers, but the operational data is split. Tags and subscriber ids sit in edd_customermeta, EDD's default Customers screen ignores them, and the ConvertKit UI knows nothing about LTV or product slugs.

The result is the familiar "export both, vlookup in a spreadsheet" workflow every time someone needs a segment. SleekView turns the join into a saved view: subscribers and customers in one row, tags as columns, purchase history visible, LTV computed. Marketing builds the segment once, rebuilds it weekly with two clicks, and ConvertKit stays the source of truth for sends.

Same database, same integration, dramatically less spreadsheet handoff.

Questions

Common questions about SleekView for EDD ConvertKit

Yes for the relational schema (edd_customers, edd_customermeta). Older EDD versions stored customer data in a different schema and need a different mapping, but most stores have migrated past 3.0.

 

Yes. Tag changes that route through EDD ConvertKit's hooks trigger the API call as configured. The actual tag write happens through the plugin's chain, so behaviour matches manual admin actions.

 

If EDD ConvertKit stores sequence subscriptions in edd_customermeta, SleekView's column picker lists them. If they live only on the ConvertKit side, surfacing them requires a pull-back sync that the integration doesn't run by default.

 

Yes. Join edd_orders and edd_order_items into the Customers view to filter by product slug or product id. Combined with tag filtering this gives "customers tagged X who bought product Y" as a saved view.

 

Broadcast sends and open rates live in ConvertKit, not in WordPress. SleekView shows the WP side of the data (tags, subscriber id, purchase history) which is the input to campaign segmentation, not the output.

 

Customer queries hit indexed columns on edd_customers. Tag filtering uses edd_customermeta joins, which are indexed by customer_id and meta_key. Aggregates (LTV, order count) are opt-in per view to keep triage queries fast.

 

No. ConvertKit (Kit) remains the source of truth for sends, automations, and engagement metrics. SleekView's role is making the EDD-side data trivial to segment and audit so the next campaign brief writes itself from a saved view.

 

Yes. A customer-rooted view with email, subscriber id, tag set, and order history gives you the WP side of a Subject Access Request in seconds. ConvertKit engagement data still requires a separate pull, but the bulk of the WP-side answer is one filtered view away.

 

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