Analytics
See the signal behind every request.
SignalWish analytics are read-only metrics from visible, unmerged board activity: posts, votes, comments, voters, statuses, shipped dates, and engagement.
Posts
48
Votes
312
Shipped
6
Voters
124
Metrics
Trends, top requests, velocity, and engagement.
The dashboard and API share the same analytics source, with 30-day and 90-day periods.
Trend buckets
Daily post and vote buckets show whether demand is growing, spiking, or quieting down.
Top requests
Highest-vote visible posts include status and comment count, so prioritization includes demand and discussion.
Ship velocity
Shipped totals, shipped per week, and shipped per month come from shipped dates in the selected period.
API
Pull analytics into your own reporting.
Use the public API when you want board metrics in an internal dashboard or a recurring report.
Analytics request
curl "https://api.signalwish.com/api/v1/boards/acme/analytics?period=30d" \
-H "Authorization: Bearer sw_live_REPLACE_ME"