SleekView Charts for Ultimate Affiliate Pro: referral and commission dashboards
SleekView reads uap_affiliates, uap_referrals, uap_visits, and uap_payments, then builds dashboards showing top affiliates by revenue, visit-to-conversion rates, commission payouts due, and referral trends over weeks and months, all inside WordPress.
♾️ Lifetime License available
UAP collects affiliate data, hides the analytics
Ultimate Affiliate Pro is one of the most feature-rich affiliate plugins for WordPress, writing detailed records to uap_affiliates, uap_referrals, uap_visits, and uap_payments. The plugin's admin offers basic lists and a simple chart, but cannot answer the questions affiliate managers actually ask. Top affiliates by conversion rate, payouts due this quarter, visit-to-sale ratio per campaign, none of those live in the default UI in a usable form.
SleekView reads the real tables. It queries uap_affiliates for active affiliates and their codes, joins to uap_referrals for converted orders with commission amounts, pulls uap_visits for raw click traffic, and reads uap_payments for payouts. The plugin exposes columns like affiliate_id, referral_amount, order_id, status, and date_created as groupable and aggregatable in the standard chart builder UI inside WordPress.
For a typical UAP installation with 50 to 500 affiliates, this matters. Without SleekView, you end up exporting CSVs to compute basic metrics like conversion rate. With SleekView, the dashboard shows in one screen that affiliate ID 42 drove 312 visits and 28 sales last month for $1,840 in commissions due, that the average conversion rate across all active affiliates is 4.8 percent, and that one new affiliate jumped to the top of the leaderboard by week three.
Workflow
From UAP tables to live affiliate dashboards
Connect UAP tables
Filter by status or date
Pick chart and grouping
Publish for affiliate managers
Sample dashboard
Ultimate Affiliate Pro dashboard preview
Pending commissions due
Sum(referral_amount)
Top affiliates by commission
Sum(referral_amount)
group by affiliate_id
Conversion rate per affiliate
Average(conversion_rate)
group by affiliate_id
Referrals over time
Count(id)
group by date_created
Comparison
Default Ultimate Affiliate Pro admin vs SleekView
Default UAP admin
- Built-in UAP stats page covers totals only, with no leaderboard or conversion-rate analysis
- Cannot group uap_referrals by affiliate_id and rank by Sum of referral_amount visually
- Visit-to-conversion ratio per affiliate requires manual export from two tables
- No commissions-due Number tile, finance has to query the database manually for payouts
- No frontend embed or read-only share, only WP Admin users can see UAP performance data
SleekView Charts
-
Read
uap_affiliates,uap_referrals,uap_visits,uap_payments - Group by affiliate_id, referral_code, date_created, or status across all four custom tables
- Aggregate Sum on referral_amount, Count on referrals or visits, Average for conversion rate
- Filter by status, by date range, by affiliate cohort, by campaign code, all in the UI
- Embed an affiliate leaderboard on the manager dashboard via the SleekView shortcode tag
Features
What SleekView Charts gives you for Ultimate Affiliate Pro
Live leaderboard
A horizontal Bar of summed referral_amount grouped by affiliate_id shows the top earners in real time. Refresh the dashboard weekly to spot new climbers and update the affiliate manager outreach list accordingly with up-to-date data from the database.
Conversion ratio
SleekView's ratio expression divides uap_referrals count by uap_visits count per affiliate_id to expose true conversion rate. The bar shows which affiliates have efficient traffic and which have high volume but low yield, which informs commission structure decisions.
Payouts due tile
A Number tile of Sum referral_amount where status='pending' tells finance exactly how much commission is queued for payout right now. The number ticks up automatically as new pending referrals land, ready for finance review at the start of any pay cycle without manual checks.
Audience
Affiliate reporting that earns its keep
Reward top performers
A monthly leaderboard chart, embedded on the affiliate signup page via shortcode, motivates affiliates to compete. Public-facing leaderboards consistently increase referral volume on UAP installations by an order of 15 to 30 percent across most niches.
Spot fraud signals
An affiliate with 5000 visits and zero conversions is almost certainly running bot traffic. The visits-vs-referrals chart per affiliate makes those outliers obvious. Investigate, refund commissions if needed, and ban the affiliate before payout day in your next pay cycle.
Plan payouts cleanly
A Sum-of-pending-commissions Number plus an Area chart of pending growth over time gives finance a forecast of the upcoming payout. No spreadsheet needed and no surprise at the end of the month when the payout batch hits the books for review.
The bigger picture
Affiliate programs live and die by visible incentives
Ultimate Affiliate Pro can run a serious affiliate program, but the data the plugin collects only translates into growth if the team can see it clearly. Without a live leaderboard, top affiliates lose motivation. Without a commissions-due tile, finance gets blindsided at payout time.
Without a conversion-rate view per affiliate, fraud and bot traffic go unnoticed and erode the commission pool. The plugin writes all the data needed to solve every one of these problems into uap_affiliates, uap_referrals, uap_visits, and uap_payments. The information is there.
SleekView reads those tables, joins them on affiliate_id, and renders the dashboards UAP's admin should ship but doesn't. Once the team has a public leaderboard, a private payouts-due tile, and a conversion-rate audit, the affiliate program turns from a black box into a managed channel. Affiliates compete harder, finance plans better, and fraud gets caught earlier across the program.
Questions
Common questions about SleekView Charts for Ultimate Affiliate Pro
SleekView reads uap_affiliates, uap_referrals, uap_visits, and uap_payments. These are UAP's custom database tables that live alongside wp_posts. The plugin does not need UAP internals exposed via an API, it queries the tables directly through the standard wpdb read layer with no special permissions.
 Yes. Build a horizontal Bar chart of summed referral_amount grouped by affiliate_id, then embed it on a public page via the SleekView shortcode. You can choose whether to show affiliate display_name or anonymise to Affiliate #42. The chart respects whatever filter or anonymisation you configure once.
 Conversion rate divides uap_referrals count by uap_visits count per affiliate_id over a selected date range. SleekView's ratio expression handles this directly. Set the chart axis to a custom expression like referral_count / visit_count and the bar renders correctly with one configuration step inside the WP Admin UI.
 Yes. uap_referrals has a referral_code column that captures the code or slug used by each affiliate. Filter on referral_code or group by it to build per-campaign dashboards. Useful when running coupon-tied affiliate campaigns where each affiliate uses a distinct code for tracking purposes.
 Yes. UAP's multi-tier MLM data lives in the same uap_referrals table with a parent_affiliate_id column or equivalent. SleekView can group or filter by that column to render per-tier dashboards, separate first-level commissions from second-level overrides, and so on across the MLM hierarchy.
 Yes, provided UAP's standard indexes on affiliate_id and date_created exist. For very large programs above 100k visits per month, increase SleekView's cache duration and consider adding a composite index on date_created and status. The query layer is no heavier than UAP's own admin pages.
 Yes. Every chart has CSV and JSON export. Exports include the grouped column and aggregated value. Useful for handing off to finance for payout reconciliation or to compliance for fraud investigations on affiliates whose visit-to-referral ratio looks suspicious in your latest weekly snapshot.
 No. SleekView is read-only against UAP tables. It runs SELECT queries through wpdb and never INSERTs or UPDATEs in uap_affiliates, uap_referrals, uap_visits, or uap_payments. Your affiliate data stays exactly as UAP wrote it, and UAP's own admin and frontend continue working unchanged in all cases.
 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.
Lifetime ♾️
Most popular
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
€749
Continue to checkoutBrowse more
- Woo Stripe Payment
- Winwar Aelia Currency Switcher
- Yith Woocommerce Sales Countdown
- Putler Woocommerce Integration
- Wcfm Frontend Manager
- Easy Digital Downloads Pro
- Woocommerce Conditional Shipping And Payments
- Woocommerce Min Max Step Control
- Yith Woocommerce Subscription
- Affiliate Aliexpress
- Razorpay For Woocommerce
- Yith Woocommerce Request A Quote
- Wcfm Marketplace
- Woocommerce Customer History
- Woocommerce Correios
- Rcp Stripe Checkout
- Nextend Social Login
- Profile Builder Pro
- Woocommerce Paid Courses
- Memberpress Affiliate Royale
- Memberful Wp
- Wp Fluent Affiliate
- Wp Affiliate Manager
- Ultimate Membership Pro
- Paid Member Subscriptions
- Simple Membership Pro
- Profilepress
- Subscriptio
- Ultimatemember User Tags
- Ultimatemember MyCRED