MageInsightPro - AI Business Intelligence for Magento 2
Turn raw data into strategic decisions.
MageInsightPro acts as a high-level AI layer above your Magento 2 store. Leverage the power of OpenAI to segment customers by CLV, recover abandoned carts intelligently, and detect fraud in real-time.
Three pillars for maximum revenue
MageInsightPro delivers instant, actionable recommendations directly in your Magento admin.
Predictive Customer Lifetime Value (CLV)
Based on purchase history, RFM metrics, and return rates, the AI categorizes your customers into 4 distinct segments every day.
- VIP (Exclusive access)
- Loyal (Reward programs)
- At Risk (Re-engagement)
- One-timer (Automated remarketing)
Cart Intent Analysis
Not all abandoned carts are the same. The AI analyzes abandoned quotes hourly to determine the real reason for exit (intent).
- Price sensitivity (Send a coupon)
- Decision fatigue (Offer assistance)
- Friction / Shipping cost concerns
Fraud Detection
For every order, the AI instantly compares customer history with current data. It automatically assigns a risk score from 0-100.
Risk Score 71/100: If the score hits your configured threshold, the system automatically flags the order as "On Hold".
Smart, Secure, and Cost-Effective
PII Sanitization (Data Privacy)
Sensitive data never reaches the AI. The system automatically masks emails, IP addresses, and auth tokens before leaving your server.
Ridiculously Low Operating Costs
You use your own OpenAI API key. With the recommended gpt-4o-mini model, a full analysis runs roughly $0.01 - $0.05. Even with daily runs, your monthly cost stays under $1.
Customizable AI Prompts & Dashboard
Track exact token usage and costs directly in the Magento admin dashboard. You can even give the AI custom system prompts per collector (e.g., "Focus on specific IP ranges").
1.1.0 — 2026-03-19
Changed
- All Webtech Solutions modules merged under a single "Webtech Solutions" top-level admin menu entry (AiCore defines the parent; MageSentinelPro and MageInsightPro nested under it)
- Cart Intent analysis now filters to logged-in customers only (guest carts excluded); re-analysis skipped if cart has not been updated since last analysis
- Customer CLV and Cart Insights grids now display customer name + email as a clickable admin link instead of raw customer ID (via JOIN on
customer_entityin grid collections)
Added
- View popup (slide-over modal) for CLV and Cart Insights grid rows, loading full analysis detail via AJAX
- Statistics summary block above CLV grid: total analyses, segment breakdown, avg score, last run timestamp
- Statistics summary block above Cart Insights grid: total analyses, intent breakdown, avg recovery probability, high-recovery count
- ACL resources
WebtechSolutions_MageInsightPro::clv_view_modalandWebtechSolutions_MageInsightPro::cart_view_modal
1.0.0 — 2026-03-18
Added
- Initial release:
WebtechSolutions_MageInsightPromodule - Predictive CLV analysis: customer segmentation (VIP / Loyal / At Risk / One-timer) via AI, stored in
webtechsolutions_insight_clv - Cart Intent analysis: abandoned quote classification (price_sensitivity / decision_fatigue / friction) + recovery strategy suggestions, stored in
webtechsolutions_insight_cart_intent - Fraud detection: contextual 0–100 risk scoring on order placement with auto-hold above configurable threshold, stored in
webtechsolutions_insight_fraud_score - All AI calls via
WebtechSolutions\AiCore\Api\AiClientInterface; PII masked viaAiCore\Model\Sanitizerbefore transmission - Observer sales_order_place_after triggers fraud analysis on every new order
- Cron jobs: CLV (daily 02:00), Cart Intent (hourly)
- Console commands:
insight:clv:run [--limit],insight:cart:run [--min-age] - Admin menu: MageInsightPro → Dashboard / Customer CLV / Cart Insights / Fraud Scores / Configuration
- Dashboard KPI cards: Urgent Recovery, High Risk Alerts, VIP Growth
- Three admin grid pages with color-coded UI column badges (ClvSegmentBadge, FraudScoreBadge)
- System configuration under Stores → Configuration → WebtechSolutions → MageInsightPro
- Unit tests for all three AI service classes