Measure Community performance across social channels. Pull total metrics like messages received, response times, and response rates to quantify your team’s customer service impact.Documentation Index
Fetch the complete documentation index at: https://developer.dashsocial.com/llms.txt
Use this file to discover all available pages before exploring further.
Use cases
Tracking Community team performance across platforms manually is time-consuming. Metric reports give you total performance numbers in seconds.Team performance dashboard
Build a weekly report showing total messages received and response times across all social channels
SLA monitoring
Track average response times and message volumes to ensure your team meets service level agreements
Channel comparison
Compare message volumes across Instagram, TikTok, and Facebook to allocate team resources effectively
Before you start
Make sure you have:- API access token with permissions to the relevant brand.
- Brand ID for the account you want to query.
Test in the UI first: Create a Dashboard in the Dash Social UI and configure your Community report there. This previews the metrics and validates your filters before writing code.
Supported platforms This report supports these channels:
- TikTok
- YouTube
- X
Implementation
Step 1: Map your parameters
Review the available parameters before making your API call:Step 2: Make the API call
Send a GET request using the parameters from Step 1. This example gets messages received for brand144 on Instagram from May 1-7, with April 1-7 as the comparison period.
Sample response
The response returns totals for each metric, organized by brand. Thevalue field shows the metric total for your reporting period. The context field shows the comparison period total. The context_change field shows the percentage change.
Understanding the response: Metrics are organized by brand ID and aggregated across all channels. In this example, brand
144 (“sunny.today”) received 2 messages during May 1-7, down from 3 during April 1-7. The context_change value of -0.333 indicates a 33.3% decrease compared to the previous period. Feed this data into your BI tool, dashboard, or analytics pipeline to track Community team performance.