Measure your brand’s total social impact combining owned and earned content. This guide shows you how to pull Total Social Impact (TSI) metrics using the metric report. TSI unifies your brand’s social presence by aggregating both content you publish and content where others mention your brand.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
Calculating combined social impact manually across owned and earned content is complex. TSI metric reports give you unified totals in seconds.Executive reporting
Build quarterly reports showing total social impact across all channels for leadership presentations
Campaign ROI analysis
Measure combined impact from paid posts and organic influencer mentions to calculate true campaign ROI
Cross-channel benchmarking
Compare total social impact across Instagram, TikTok, and Facebook to identify your most valuable channels
Year-over-year growth
Track how your unified social presence grows over time by comparing TSI scores across quarters
Before you start
Make sure you have:- API Key - Your authentication token from Dash Social developer settings
- Brand ID - The ID for each brand you want to report on
Test in the UI first: Create a Dashboard in the Dash Social UI and configure your TSI report there. This previews the metrics and validates your filters before writing code.
Supported platforms This report supports these channels:
- Instagram Stories
- Instagram UGC
- TikTok
- TikTok UGC
- YouTube
- X
Understanding channel types: Channels with “UGC” track earned content (mentions). Channels without “UGC” track owned content (your posts). Request both to get complete social impact across owned and earned.
TOTAL_TSI). This combines impressions from owned and earned content using Dash’s proprietary scoring algorithm.
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 Total Social Impact for brand144 across all channels from May 1-7, with April 1-7 as the comparison period.
Sample response
The response returns TSI totals for each channel, organized by brand. Thevalue field shows TSI for your reporting period. The context field shows the comparison period total. The context_change field shows the percentage change.
Understanding the response: TSI scores are organized by brand ID and broken down by channel. In this example, brand
144 (“sunny.today”) achieved a total Instagram TSI of 788,837 during May 1-7, up 0.14% from 787,708 during April 1-7. The largest growth came from LinkedIn (38.8% increase) and TikTok UGC (8.8% increase). Feed this data into your BI tool or executive dashboard to track unified social impact across owned and earned content.