Tag
#devtools-api
5 recipes tagged #devtools-api.
- growth 3 minutes · intermediate
API quota usage as engagement and upsell timing
For each customer on a usage-based plan, show daily call volume as % of cap. Flag accounts approaching 80% — the perfect upgrade moment.
#analytics#api-quota#expansion#b2b - ops 3 minutes · intermediate
Per-customer API call analytics
Group api_request events by customer_id over 30 days with daily breakdown. The view usage-based pricing needs but most teams cobble together from logs.
#analytics#api-quota#dashboards#b2b - growth 5 minutes · intermediate
Which doc page leads to the most API adoption?
Funnel from a docs page view to first api_request by the same distinct_id within 7 days. Per-doc-page breakdown — find the highest-leverage page in your docs.
#analytics#funnels#content-marketing#documentation - ops 30 minutes · advanced
Notify the right team when a customer hits their cap
Routine that runs every 15 min and pings the per-customer Slack channel when any customer crosses 80% of their monthly API quota. Turn a silent friction into an upsell opportunity.
#analytics#webhooks#automation#routine - ops 1 minute · beginner
Track which SDK versions your customers are on
Look at sdk_version on api_request events. What % are on latest vs N-1 vs older? Critical for the 'when can we deprecate?' conversation.
#analytics#sdk-versions#releases#ops