✨ 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 Pinterest for WooCommerce: tag and catalogue dashboards

Pinterest for WooCommerce stores the Pinterest tag id, the merchant connection, and the catalogue sync state in wp_options. SleekView Charts reads the pinterest_for_woocommerce_* keys and the WooCommerce product meta and renders KPIs, sync status donuts, top synced categories, and feed activity trends inside WP Admin.

♾️ Lifetime License available

SleekView Charts dashboard for Pinterest for WooCommerce

Pinterest tag and catalogue data on a chart surface

Pinterest for WooCommerce is the official Pinterest integration for WooCommerce stores. It writes the Pinterest tag id, the merchant centre connection, and the catalogue settings into wp_options under keys like pinterest_for_woocommerce (the main settings array) and pinterest_for_woocommerce_setup_complete. Per-product feed state lives in wp_postmeta as _pinterest_feed_status and _pinterest_last_synced against WooCommerce product posts.

The plugin's own admin shows the connection status, the merchant verification badge, and a paginated product feed table. There is no aggregate dashboard: catalogue managers ask how many products sync clean, store owners ask whether the tag is still firing AddToCart and Checkout, and ad ops asks whether yesterday's feed run produced any rejections. Those questions need either a CSV export or three separate trips through the admin tabs.

SleekView Charts reads the pinterest_for_woocommerce_* options and the product feed meta together. A Number card counts synced products, a Donut splits the catalogue by feed status, a Bar ranks WooCommerce categories by synced product count, and an Area trends sync activity per day. Each card is a saved query against the live rows the plugin writes, so the dashboard reflects what Pinterest sees right now, not last week's CSV snapshot.

Workflow

From Pinterest for WooCommerce config to a dashboard

1

Point SleekView at the option keys

Add a wp_options source filtered to pinterest_for_woocommerce keys. SleekView exposes tag id, merchant id, feed enabled, and sync schedule as chartable columns from the serialized settings array.
2

Join the WooCommerce product meta

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

Add chart cards on tag and feed data

Pick chart types, choose a grouping field like _pinterest_feed_status, product_cat, or _pinterest_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 Pinterest partner sees the same numbers without WP Admin access.

Sample dashboard

Charts you can build on Pinterest for WooCommerce data

Four cards that turn the Pinterest for WooCommerce tag and feed configuration into a working catalogue dashboard inside WordPress.
Number · Default

Synced products this month

A KPI counting WooCommerce product post_ids where _pinterest_feed_status equals approved and _pinterest_last_synced falls in the current month, with the prior month underneath for context.
Count
Pie · Donut

Catalogue by feed status

A donut splitting WooCommerce products across approved, pending, rejected, and disapproved values from the _pinterest_feed_status meta_key for an at-a-glance catalogue health view.
Count group by _pinterest_feed_status
Bar · Horizontal

Top categories by synced products

A horizontal bar of WooCommerce product categories ranked by approved product count, joining wp_term_relationships against products with _pinterest_feed_status equal to approved.
Count group by product_cat
Area · Gradient

Daily feed activity

A gradient area chart counting products by _pinterest_last_synced timestamp per day, useful for spotting feed pushes after price updates and for catching the day disapprovals spiked.
Count group by _pinterest_last_synced

Comparison

Default Pinterest for WooCommerce admin vs SleekView Charts

Default Pinterest admin tabs

  • Connection screen shows status badges but never the catalogue distribution
  • Product feed table paginates without share-of-total or trend visualisations
  • Tag events tab lists active events but never aggregates which ones fire most
  • No trend chart for sync errors or disapprovals across the catalogue over time
  • No role-scoped reporting view for a Pinterest media partner or external auditor

SleekView Charts

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

Features

What SleekView Charts gives you for Pinterest for WooCommerce

Real chart cards on Pinterest data

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

Tag and feed unchanged

SleekView Charts only reads, never injects. The Pinterest tag still fires and the catalogue feed still syncs to Pinterest, and SleekView just turns the resulting configuration into a dashboard the team can read.

Share without extra access

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

Audience

Who builds Pinterest for WooCommerce dashboards with SleekView

Store managers

Watch the synced-product KPI and the feed status donut to confirm the catalogue is healthy before pushing a Pinterest Promoted Pins campaign, without scrolling paginated product tables.

Ad ops

Use the daily feed activity trend and the top categories bar to time campaign launches around catalogue rollouts and spot the day a disapproval rate spiked unexpectedly.

Agencies

Build a Pinterest dashboard per client, scope it to a client role, and replace the monthly screenshot pack with a saved chart view the partner can read on demand.

The bigger picture

Pinterest catalogue data deserves a chart surface

Pinterest for WooCommerce is the official path for putting a WooCommerce store on Pinterest, and the data it writes is more than enough for a real dashboard. The plugin admin shows the connection status, the merchant verification badge, 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 Pinterest for WooCommerce data as a real dataset.

Store managers see the synced product KPI and the catalogue donut, ad ops see the daily feed trend and the top-categories ranking, and agencies can save a chart view per client and embed it on a frontend page. The tag 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 Pinterest for WooCommerce

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

 

Yes. Page-level filters propagate to every card, so picking a product_cat recomputes every Number, Pie, Bar, and Area against products in that category only. Useful when a home decor store wants to see Pinterest sync health for a single seasonal collection before a Promoted Pins push.

 

Both, with adjustments. The official Pinterest for WooCommerce plugin uses pinterest_for_woocommerce option keys. Older third-party Pinterest tag plugins used different key names; SleekView reads whichever option prefix you point it at, and the chart definitions stay portable to the new schema.

 

Yes. An Area card grouped by _pinterest_last_synced and filtered to _pinterest_feed_status equals disapproved trends the disapproval count per day. A second Number card can compute the ratio of disapproved to approved products for a real disapproval-rate metric rather than just counts.

 

SleekView reads the live wp_options and wp_postmeta rows on dashboard load, so a sync run by Pinterest 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.

 

Yes. Saved chart views support role-based visibility, so store managers, catalogue editors, and external partners see only the dashboards you allow. Role scoping is per view, not per row, 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 updates product meta during sync runs; SleekView only queries when the dashboard renders. The two systems share rows but the tag injection and feed 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