A pond for your storefront's signals

Analytics, rankings,
and revenue —
all in one pond.

Pondmetric plugs into Stripe, Google Analytics, Search Console, and your CMS — then watches your storefront round the clock. We email you only when something needs your attention. There's a REST API too.

app.pondmetric.com v1.4.2
store · last 24h · auto-refresh 60s
Live
Revenue
$4,218
↑ 12.4%
Sessions
2,847
↑ 4.1%
Rank avg
3.2
↓ 0.6
Checkout healthy
Rank +3 this week
How it works

Plug in once. We take it from here.

Most analytics tools are dashboards you have to remember to visit. Pondmetric is a quiet pond your store's signals collect in. It pulls from the systems already running your business and only speaks up when something matters.

Step 01

Connect what you already use.

One-click connections to Stripe, Google Analytics, Search Console, Shopify, WordPress, and any custom site. No code to install, no tags to deploy.

Step 02

Every signal, one timeline.

Revenue, conversion, page speed, search rank, checkout drop-offs, traffic source — stitched together so you see cause and effect, not just numbers.

Step 03

Get pinged only when it matters.

Monday digest with what changed and why. Instant alert if checkout fails, a key page tanks in search, or your site slows down. Otherwise — silence.

Connects with

We pull from the tools your store already runs.

No new tracking pixels. No engineering work. We connect to the systems where your data already lives.

Payments & Sales
  • Stripe
  • Shopify
  • PayPal Q3
Traffic & Analytics
  • Google Analytics 4
  • Plausible
  • Fathom
Search & Ranking
  • Google Search Console
  • Bing Webmaster
  • Custom keyword tracking
Site & CMS
  • WordPress
  • Webflow
  • Custom / Headless
Performance
  • Core Web Vitals
  • Lighthouse
  • Uptime monitoring
Custom & API
  • REST endpoints
  • Webhooks
  • CSV imports
The dashboard

One screen. Everything that matters.

Live data, prior-period overlays, annotated events, and an alert feed — all in one place.

app.pondmetric.com / dashboard / site_a3f9c2 refreshed 14s ago
Sources
Stripe — Sales
Analytics — Traffic
Search Console
Site Performance
Alerts
Checkout failures
Rank drops > 2
Speed regressions
Developer
API keys
Webhooks
Sales · Last 30 days · USD

Revenue is up 14% month over month.

Gross revenue
$12,640
↑ 14.2% vs prev 30d
Avg order
$87.40
↑ 3.1%
Conversion
2.31%
↓ 0.18 pts
Refund rate
0.9%
↑ 0.1 pts
Revenue · Oct 1 – Oct 30
This period Prior 30d
$15k $10k $5k $0 Oct 1 Oct 8 Oct 15 Oct 22 Oct 30
↑ Promo launch · Oct 15
Sessions · Last 7d
Visits
600 300 0 M T W T F S S
Recent events · /api/v1/events
streaming
14:22 Rank +1 "best home builder sd" moved 4 → 3 on google.com/us
11:48 Revenue spike $840 in 1h on /products/p-1240 · 3.2× normal hourly avg
09:08 LCP +0.4s /products page load slowed after deploy v1.4.2
Yest Recovered Checkout failure rate back to baseline (0.1%)
For developers

Of course it has an API.

Every metric Pondmetric surfaces is available over REST. Build internal dashboards, pipe events into Slack, or pull data straight into your warehouse. Bearer auth, JSON in, JSON out.

GET /v1/sites/{id}/metrics
# Pull last 24h metrics for a site
curl https://api.pondmetric.com/v1/sites/site_a3f9c2/metrics \
  -H "Authorization: Bearer pm_live_a3f9c2b81..." \
  -H "Accept: application/json" \
  -G -d period=last_24h
import { Pondmetric } from '@pondmetric/sdk';

const client = new Pondmetric({
  apiKey: process.env.PONDMETRIC_KEY,
});

const metrics = await client.sites.metrics('site_a3f9c2', {
  period: 'last_24h',
});

console.log(metrics.revenue.value); // 4218.40
from pondmetric import Pondmetric

client = Pondmetric(api_key=os.environ["PONDMETRIC_KEY"])

metrics = client.sites.metrics(
    "site_a3f9c2",
    period="last_24h",
)

print(metrics.revenue.value)  # 4218.40
Response 200 OK   142ms
{
  "site_id": "site_a3f9c2",
  "period": "last_24h",
  "as_of": "2026-05-18T14:22:08Z",
  "revenue": {
    "value": 4218.40,
    "currency": "USD",
    "delta": 0.124,
    "orders": 48
  },
  "sessions": { "value": 2847, "delta": 0.041 },
  "rank_avg": { "value": 3.2, "delta": -0.6 },
  "conversion": { "value": 0.0231, "delta": -0.0018 },
  "alerts": []
}
/v1

Stable REST

Versioned, semantic, fully documented. Backwards-compatible for the life of v1.

60s refresh

Near-real-time

Metrics refresh every 60 seconds. Events stream within 5 seconds of source.

Webhooks

Push when it changes

Subscribe to rank.dropped, checkout.failed, and 40+ other events.

SDKs

JS, Python, Go

Type-safe clients with full IntelliSense. CLI for one-off queries from the terminal.

Get access → Request an API key Currently accepting new accounts
Support hours
Mon – Fri · 9am – 6pm PT
Reply window
Within 1 business day
Status
All systems normal