Ask. Act. Accelerate.
Ask questions in Slack. Get answers with the SQL behind them. Runs on your data in BigQuery — not a chatbot, not a black box.
Ask questions about your data
Your AI analyst runs on your data in BigQuery.
Every answer includes the SQL query, so you can verify the logic and adapt it for your own analysis.
Questions you can ask
What's our average CAC by channel in the last 30 days?
This 30-day result has two paid sales channels with measurable CAC: marketplace = $77.81 and online_store = $399.99. `online_store` is about 5.1x higher, so this is the priority channel to troubleshoot if your target CAC is sub-$100.
| Channel | Ad Spend | New Customers | CAC |
|---|---|---|---|
| marketplace | $393,270 | 5,054 | $78 |
| online_store | $1,919,529 | 4,799 | $400 |
-- Analysis: CAC by channel using executive summary table
-- Assumptions: timeframe=last_30_days | metric=cac=ad_spend/new_customer_count | grain=sm_channel | scope=channels_with_spend
SELECT
COALESCE(NULLIF(LOWER(TRIM(sm_channel)), ''), '(unknown)') AS sm_channel,
SUM(ABS(ad_spend)) AS ad_spend,
SUM(new_customer_count) AS new_customers,
SAFE_DIVIDE(SUM(ABS(ad_spend)), NULLIF(SUM(new_customer_count), 0)) AS cac
FROM `your_project.sm_transformed_v2.rpt_executive_summary_daily`
WHERE date >= DATE_SUB(CURRENT_DATE(), INTERVAL 30 DAY)
AND ad_spend IS NOT NULL
AND new_customer_count IS NOT NULL
GROUP BY 1
HAVING ad_spend > 0
ORDER BY cac ASC
LIMIT 10;
Unified AI Infrastructure for Ecommerce
The ONLY end-to-end data & AI infrastructure for ecommerce
Data Sources
Ecommerce Platforms
Marketing & Ads
Analytics & Attribution
Subscriptions
Email & SMS
Customer Service
Unified Ecommerce Infrastructure
Real-time Processing
Process millions of orders instantly
Scalable Architecture
Handles peak season traffic
Enterprise Security
PCI compliant with encryption
Unified Commerce Data
Connect all your sales channels
AI Analysis
Multi-Agent Architecture
Specialized agents for ecommerce metrics
Ecommerce Schema
Pre-built models for all major platforms
Retail Intelligence
Built-in knowledge of ecommerce KPIs
Continuous Learning
Models improve with your retail data
Team Insights
Role-Based Insights
Tailored for retail teams
Channel Delivery
Insights in Slack, email, SMS
Actionable Alerts
Inventory, sales, and marketing alerts
Automated Monitoring
24/7 ecommerce performance tracking
Delivery Channels
Slack is live today. More channels are on our roadmap.
Interact with your AI analyst just like a real team member
Why did our sales dip yesterday?
Your sales dropped 22% yesterday compared to the previous week. Here's what I found:
- New customer acquisition fell by 35% (normally 60% of daily sales)
- Repeat customer sales remained stable (only -3%)
The primary issue appears to be a significant drop in Facebook ad performance. Your ad account is active but the CPM increased by 48% and CTR decreased by 22%.
Yesterday's Performance
- Traffic source decrease from Facebook (-38%)
- SKU X-42 sales down (-65% vs last week)
Built for Every Role
Executives & Decision Makers
Strategic clarity, customized to your business
- 1Align analytics with your unique strategies and internal nuances.
- 2Establish and monitor decision-making frameworks.
- 3Access board-ready answers in plain English, anytime.
Trusted Industry Standard
5+ years powering data-driven decisions for leading ecommerce brands—from $20M startups to $1B category leaders.
SourceMedium has future-proofed our data infrastructure, empowering our team to answer complex business questions and focus on strategic growth initiatives. SourceMedium is more than a vendor; they're a crucial partner in our long-term success.

With SourceMedium, we were able to create a real-time P&L dashboard spanning all our sales channel in just a matter of weeks. This has saved us time, money, and countless headaches, while providing invaluable insights into our business performance.


The open-source dashboard templates are the best in the business. The ability to fully customize the dashboards has given our teams the flexibility they need to make informed decisions quickly on behalf of our clients. SM has transformed the way we operate.

Thanks to SourceMedium, our team no longer wastes time debating metric definitions in meetings. Instead, we can focus on what really matters: making informed, data-driven decisions that drive results.

Best-in-class attribution, excellent team, and the customer experience is beyond anything I've experienced with a SaaS product. We've surfaced new, actionable insights about our business using the SourceMedium platform.

SourceMedium's intuitive design provides us with a clear view of our KPIs and is what our team relies on for daily decision making. Really impressed with the product's ability to adapt and grow with us!

Ready to stop debating the numbers?
Get started
Tell us a bit about your brand and stack—we’ll follow up shortly.
You're all set