Retrieve broadcast analytics for your organization. Supports two modes:
broadcast_id to get detailed analytics for a single broadcast, including per-button click tracking, opt-out detection, conversion funnel, and revenue attribution.start_date and end_date to get aggregated analytics across all broadcasts in a date range.fiq_ prefixstart_date and end_date query parameters| Mode | Parameters | Description |
|---|---|---|
| Individual | broadcast_id | Detailed analytics for a single broadcast |
| Overall | start_date + end_date | Aggregated analytics across all broadcasts in a date range |
broadcast_id to get detailed metrics for a single broadcast, including delivery stats, per-button click tracking, opt-out detection, and Shopify revenue attribution.
| Field | Description |
|---|---|
broadcastInfo | Broadcast metadata (name, template, date, total recipients) |
deliveryStats | Sent, delivered, read, failed counts with rates |
conversionFunnel | Funnel from sent → delivered → read → button clicked → opted out |
buttonAnalytics | First button stats (backward compatible) |
allButtons | Per-button breakdown with text, clicks, and conversion rate |
totalButtonClicks | Sum of clicks across all buttons |
optOutAnalytics | Total opt-outs and opt-out rate |
revenue | Shopify revenue attributed to this broadcast via UTM tracking |
allButtons array with each button’s text, click count, and conversion rate:
| Language | Keywords |
|---|---|
| English | stop, unsubscribe, opt out, optout |
| Portuguese | parar, pare, cancelar |
| Spanish | detener, basta |
| French | arreter, desabonner |
| Italian | fermare, ferma, annullare, annulla, cancellare |
| General | quit, end, cancel |
utm_campaign parameterutm_source=whatsapp and a matching utm_campaign are summedutmCampaigns array breaks down revenue per UTM variant, so you can see exactly how much came from the main link vs the “View More” button (_vm suffix). Each order also includes its own utmCampaign field.
start_date and end_date to get aggregated analytics across all broadcasts in the date range.
| Field | Description |
|---|---|
overallStats | Aggregated totals: sent, delivered, read, failed, rates, campaign count |
campaignPerformance | Per-campaign breakdown with delivery stats |
timeSeriesData | Daily breakdown of sent/delivered/read/failed |
templateAnalytics | Per-template aggregated stats and usage counts |
errorAnalysis | Ranked error codes with counts and percentages |
utm_campaign parameter, and your Shopify store to be connected. Orders are matched where utm_source=whatsapp in the landing site URL.Bearer token for authentication. Format: Bearer fiq_YOUR_API_KEY
UUID of a specific broadcast to get detailed analytics for. If provided, start_date and end_date are ignored.
Start date for overall analytics (inclusive). Required when broadcast_id is not provided.
End date for overall analytics (inclusive). Required when broadcast_id is not provided.