✨ 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 Charts for TikTok for WooCommerce: pixel events as a dashboard

TikTok for WooCommerce stores the pixel id, the catalogue sync state, and the product feed configuration in wp_options. SleekView Charts reads those tiktok_for_business_* keys and the WooCommerce product meta and renders KPIs, event donuts, top synced categories, and sync trend lines inside WP Admin.

♾️ Lifetime License available

SleekView Charts dashboard for TikTok for WooCommerce

TikTok pixel and catalogue data on a real chart surface

TikTok for WooCommerce is the official TikTok plugin for stores running WooCommerce. It writes the pixel id, the catalogue connection, and the events configuration into wp_options under keys like tiktok_for_business_pixel_settings, tiktok_for_business_catalog_settings, and tiktok_for_business_events_settings. Per-product sync state lands in wp_postmeta against the WooCommerce product post type via meta keys like _tiktok_catalog_status and _tiktok_last_synced.

The plugin's own admin tabs show the current pixel id, the catalogue health summary, and a paginated product sync table. None of that is a dashboard. The catalogue manager wants to know which categories sync clean, which products are paused, and how the sync error rate trends week over week. The store owner wants to see whether the standard pixel events (ViewContent, AddToCart, Purchase) are still active.

SleekView Charts reads the tiktok_for_business_* options and the WooCommerce product meta together. A Number card counts active synced products, a Donut splits the catalogue by sync status, a Bar ranks WooCommerce categories by synced product count, and an Area trends sync activity per day. Every card is a saved query against the actual rows TikTok for WooCommerce writes, so the dashboard reflects exactly what the network sees right now.

Workflow

From TikTok for WooCommerce config to a dashboard

1

Point SleekView at the option keys

Add a wp_options source filtered to keys starting with tiktok_for_business_. SleekView exposes pixel id, catalogue id, events toggles, and sync schedule as chartable columns from the serialized settings.
2

Join the WooCommerce product meta

Bring in wp_postmeta filtered to _tiktok_catalog_status and _tiktok_last_synced. Each row carries a product post_id and the current sync state, ready for grouping by status, category, or last-synced day.
3

Add chart cards on pixel and sync data

Pick chart types, choose a grouping field like _tiktok_catalog_status, product_cat, or _tiktok_last_synced, pick Count or Sum aggregation and a color. Each card stays a saved query against live data.
4

Save, scope, and share the dashboard

Save the chart view, scope it per role for store managers, catalogue editors, and ad ops, and optionally embed it on a frontend page so a TikTok media buyer sees the same numbers without WP Admin access.

Sample dashboard

Charts you can build on TikTok for WooCommerce data

Four cards that turn the TikTok for WooCommerce pixel and catalogue configuration into a working sync dashboard inside WordPress.
Number · Default

Synced products this month

A single big-number KPI counting distinct WooCommerce product post_ids where _tiktok_catalog_status equals synced and _tiktok_last_synced falls in the current month, with the prior month underneath.
Count
Pie · Donut

Catalogue by sync status

A donut splitting WooCommerce products across synced, pending, rejected, and paused values from the _tiktok_catalog_status meta_key for an at-a-glance feed health view.
Count group by _tiktok_catalog_status
Bar · Horizontal

Top categories by synced products

A horizontal bar of WooCommerce product categories ranked by synced product count, joining wp_term_relationships against the products that have _tiktok_catalog_status equal to synced.
Count group by product_cat
Area · Gradient

Daily sync activity

A gradient area chart counting products by _tiktok_last_synced timestamp per day, useful for spotting feed pushes after price updates and catastrophic sync drops.
Count group by _tiktok_last_synced

Comparison

Default TikTok for WooCommerce admin vs SleekView Charts

Default TikTok admin tabs

  • Catalogue health screen shows a summary row but never the underlying distribution
  • Product sync table paginates without share-of-total or trend visualisations
  • Pixel events tab lists the active events but never aggregates which fire most
  • No trend chart for sync errors or rejections across the catalogue over time
  • No role-scoped reporting view for a media buyer or external catalogue auditor

SleekView Charts

  • Chart cards on tiktok_for_business_* options and _tiktok_* product meta
  • Mix Number, Pie, Bar, Line, and Area cards on a single TikTok dashboard
  • Saved chart views scoped per role for store managers, catalogue editors, and ad ops
  • Embed any saved chart view on a frontend page with role-based access
  • Zero changes to the pixel or catalogue feed, the plugin keeps syncing as today

Features

What SleekView Charts gives you for TikTok for WooCommerce

Real chart cards on TikTok data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built from the TikTok for WooCommerce option keys and product meta, no extra reporting plugin needed for the team to share a dashboard.

Pixel and feed unchanged

SleekView Charts only reads, never injects. The TikTok pixel still fires and the catalogue feed still syncs, and SleekView just turns the resulting configuration into a dashboard the rest of the team can read.

Share without extra access

Save dashboards per role and embed them on frontend pages so media buyers, catalogue editors, and external auditors see the TikTok state without needing the WooCommerce admin tabs.

Audience

Who builds TikTok for WooCommerce dashboards with SleekView

Store managers

Watch the synced-product KPI and the status donut to confirm the catalogue is healthy before pushing a new promo, without scrolling through paginated product sync tables.

Ad ops

Use the sync activity trend and the top-categories bar to time campaign launches around catalogue rollouts and spot the day a sync error rate spiked unexpectedly.

Agencies

Build a TikTok dashboard per client, scope it to a client role, and replace the monthly Loom walkthrough of the catalogue admin with a saved chart view.

The bigger picture

TikTok catalogue data deserves a chart surface

TikTok for WooCommerce is one of the cleanest official integrations between a marketplace network and WordPress, and the data it writes is more than enough for a real dashboard. The plugin admin shows the active pixel id, the catalogue summary, and a sync table, but none of that aggregates into the share-of-total and trend visualisations the team actually wants. SleekView Charts treats the TikTok for WooCommerce data as a real dataset.

Store managers see the synced product KPI and the catalogue donut, ad ops see the daily sync trend and the top categories ranking, and agencies can save a chart view per client and embed it on a frontend page. The pixel keeps firing, the catalogue feed keeps syncing, and the reporting layer finally exists alongside the configuration the plugin already manages.

Questions

Common questions about SleekView Charts for TikTok for WooCommerce

No. SleekView reads the configuration TikTok for WooCommerce stores in WordPress. It does not call the TikTok Marketing API for impression, click, or conversion data. For ads performance you still use TikTok Ads Manager. SleekView covers the pixel and catalogue state inside WordPress, where the plugin owns the data.

 

Yes. Page-level filters propagate to every card, so picking a product_cat in the filter bar recomputes every Number, Pie, Bar, and Area against products in that category only. Useful when a fashion store wants to see TikTok sync health for a specific seasonal collection.

 

Both, with adjustments. TikTok for WooCommerce uses tiktok_for_business_* option keys. The older TikTok pixel for WooCommerce (legacy) used tiktok_pixel_* keys. SleekView reads either name as long as you point the data source at the correct option prefix; the chart definitions stay the same.

 

Yes. An Area card grouped by _tiktok_last_synced and filtered to _tiktok_catalog_status equals rejected trends the rejection count per day. A second Number card can compute the ratio of rejected to synced products for a real rejection-rate metric instead of just counts.

 

SleekView reads the live wp_options and wp_postmeta rows on dashboard load, so a sync run by TikTok for WooCommerce appears immediately. Heavier aggregates can opt into a configurable cache, but the default behaviour is live reads against the actual rows the plugin writes to.

 

Yes. Saved chart views support role-based visibility, so store managers, catalogue editors, and external media buyers see only the dashboards you allow. Role scoping happens at the view level, so the underlying audit trail stays intact for compliance reviews.

 

Yes. Any saved chart view can be embedded on a frontend page with role-based access, useful for an internal team page or a client portal where the dashboard needs to live outside WP Admin behind its own login boundary.

 

No. The plugin reads its option keys and writes product meta during sync runs; SleekView only queries when the dashboard renders. The two systems read the same rows but the pixel injection and catalogue sync paths are untouched by anything SleekView Charts does.

 

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