Introducing SourceMedium AI

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.

Get started
AI Analyst

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

# data-insights
MK
Marketing Lead 2:15 PM

What's our average CAC by channel in the last 30 days?

SourceMedium AI APP 2:15 PM

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.

Data: Average CAC by Channel (Last 30 Days)
ChannelAd SpendNew CustomersCAC
marketplace $393,270 5,054 $78
online_store $1,919,529 4,799 $400
Chart: CAC by Channel
                                  -- 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

Shopify
Amazon
TT
TikTok Shop
CB
Chargebee

Marketing & Ads

Meta Ads
Google Ads
TT
TikTok Ads
Pinterest Ads
Snapchat Ads
Microsoft Ads

Analytics & Attribution

GA4
EL
Elevar
BO
Blotout
KC
KnoCommerce
FA
Fairing
LD
LittleData
HP
Heap
SP
Snowplow

Subscriptions

RC
ReCharge
ST
Stay.ai
SK
Skio
LP
Loop

Email & SMS

KV
Klaviyo
AT
Attentive

Customer Service

GG
Gorgias
More integrations coming soon...

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

Your AI data analyst, available wherever you work

Slack is live today. More channels are on our roadmap.

Slack Live
Email Roadmap
SMS Roadmap
Google Meet Roadmap
Zoom Roadmap
Voice Roadmap

Interact with your AI analyst just like a real team member

Ad-hoc Requests
Fei
You

Why did our sales dip yesterday?

SourceMedium
SourceMedium

Your sales dropped 22% yesterday compared to the previous week. Here's what I found:

  1. New customer acquisition fell by 35% (normally 60% of daily sales)
  2. Repeat customer sales remained stable (only -3%)
Last Click UTM Sources (New Customers)
facebook / cpc -62%
google / cpc -18%
tiktok / cpc +4%

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%.

Ask a follow-up question...
Scheduled Reports
Sales Trend
This Week
Last Week

Yesterday's Performance

Sales
$42,850
+5.2% vs yesterday
-8.3% vs last week
Ad Spend
$15,304
+7.8% vs yesterday
+12.5% vs last week
CAC
$32
+3.2% vs yesterday
+8.5% vs last week
MER
2.8x
+0.2x vs yesterday
-0.4x vs last week
Channel Distribution $42,850 Total
DTC: 60%
Amazon: 40%
Proactive Alerts
Conversion Rate Drop
-26%
Conversion Rate Trend (Last 7 Days) -26% vs last week
Mon Tue Wed Thu Fri Sat Sun
Top UTM Sources with Largest Drops:
facebook / cpc
-42% $18.2K lost
google / organic
-18% $8.7K lost
Root Causes:
  • Traffic source decrease from Facebook (-38%)
  • SKU X-42 sales down (-65% vs last week)
Delivered via SMS & Slack

Built for Every Role

Executives & Decision Makers

Strategic clarity, customized to your business

  • 1
    Align analytics with your unique strategies and internal nuances.
  • 2
    Establish and monitor decision-making frameworks.
  • 3
    Access 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.

Johnny Goodman
Johnny GoodmanCPAP.comCo-Founder

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.

Nick Osborn
Nick OsbornCatalina CrunchHead of Growth

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.

Jonathan Snow, DMD
Jonathan Snow, DMDAvenue ZChief Innovation Officer

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.

Kevin Chen
Kevin CheniRESTOREPresident

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.

Will Rossiter
Will RossiterLMNTCRO

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!

Brian Tate
Brian TateOats OvernightFounder & CEO

Ready to stop debating the numbers?

Get started

Tell us a bit about your brand and stack—we’ll follow up shortly.