Skip to main content

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.

Track how your social metrics change over time. This guide shows you how to pull daily or monthly time-series data using the Graph report. Use this data to chart trends in Power BI, Tableau, or Looker.

Use cases

Static snapshots miss the story. The Graph report breaks metrics down by date so you can track momentum and spot patterns over time.

Spot content patterns

Chart daily Instagram Reels views to identify which days drive the most engagement

Compare brand performance

Plot monthly impressions across brands to see which campaigns gained traction

Measure campaign momentum

Track TikTok engagement trends over 90 days to quantify campaign impact

Before you start

Make sure you have:
  • API Key - Your authentication token
  • Brand ID - The ID for the brand you want to report on
If you need help getting these, check out our API Quickstart.

Test in the dashboard first

Build a Graph report in the Dash Social Dashboard UI to preview channel, brand, and metric combinations before using the API.

Implementation

Step 1: Map your parameters

Understand what parameters are available to control your time-series data.
Time-series data structure: The Graph report returns values grouped by date. Each date in your range has its own metric value for plotting trends over time.

Step 2: Make the API call

Send a GET request to /reports/data using the parameters from Step 1. Set report_type=GRAPH to get time-series data broken down by date instead of aggregated totals.
GET https://dashboard.dashsocial.com/reports/data?channels=INSTAGRAM&brand_ids=144&start_date=2025-05-01&end_date=2025-05-07&metrics=VIEWS&report_type=GRAPH&time_scale=DAILY
This example pulls daily Instagram views for 7 days. Swap in different parameters from Step 1 to customize your analysis.

Step 3: Read the response

The API returns time-series data organized by brand, channel, metric, and date. Sample response:
{
  "data": {
    "144": {
      "INSTAGRAM": {
        "VIEWS": {
          "2025-05-01": 205.0,
          "2025-05-02": 180.0,
          "2025-05-03": 190.0,
          "2025-05-04": 130.0,
          "2025-05-05": 165.0,
          "2025-05-06": 210.0,
          "2025-05-07": 195.0
        }
      }
    }
  }
}
Response structure:
  • data: Nested structure organized by brand → channel → metric → date
  • Brand ID (e.g., 144): Your brand ID
  • Channel (e.g., INSTAGRAM): The social platform
  • Metric (e.g., VIEWS): The performance metric
  • Date (e.g., 2025-05-01): Each date in your range
  • Value (e.g., 205.0): The metric value for that date
In this example, Instagram views ranged from 130 to 210 during May 1-7, 2025. Peak performance occurred on May 6.
Want aggregated totals instead? Use the Metric report to get summed KPIs without time breakdowns.

Metrics

Metric NameDescriptionPost TypesMetric API Name
Accounts EngagedThe number of accounts that have interacted with your organic and promoted posts during the reporting periodACCOUNTS_ENGAGED
Accounts ReachedThe number of unique accounts that have seen your content. Estimated by Instagram. This total may not equal the sum of follower and non-follower reach due to differences in how Instagram samples and estimates the metric. Note: Instagram account-level metrics include Instagram Stories stats.ACCOUNTS_REACHED
Accounts Reached (Followers)The number of unique follower accounts that have seen your content. Estimated by Instagram. Note: Instagram account-level metrics include Instagram Stories stats.ACCOUNTS_REACHED_FOLLOWERS
Accounts Reached (Non-Followers)The number of unique non-follower accounts that have seen your content. Estimated by Instagram. Note: Instagram account-level metrics include Instagram Stories stats.ACCOUNTS_REACHED_NON_FOLLOWERS
Avg. Time Watched - OrganicThe average time your videos were played during a single viewingOrganicAVG_AVG_WATCH_TIME
Avg. Effectiveness - OrganicThe average percentage of users that saw your posts and engaged with them Avg. Effectiveness = Engagements / ReachOrganicAVG_EFFECTIVENESS_ENGAGEMENTS
Avg. Engagement Rate (Followers) - OrganicThe average percentage of your audience that engaged with your posts published during the Reporting Period. Engagement Rate = Organic Engagements / FollowersOrganicAVG_ENGAGEMENT_RATE
Avg. Engagement Rate (Views) - OrganicThe average percentage of your audience that engaged with your posts published during the Reporting Period. Engagement Rate = Organic Engagements / ViewsOrganicAVG_ENGAGEMENT_RATE_VIEWS
Avg. Entertainment Score - OrganicThe average Entertainment Score of your Reels published during the reporting period. The score is on a scale of 0 to 10 and is based on volume of organic engagements compared to reach.OrganicAVG_ENTERTAINMENT_SCORE
Avg. Reach - TotalThe average number of unique accounts that saw your postsOrganic + PromotedAVG_PAID_AND_ORGANIC_REACH
Engagement Rate (Impressions) - PaidThe promoted engagement rate on your posts this periodPromotedAVG_PAID_ENGAGEMENT_RATE
Avg. Reach - PaidThe average number of unique accounts that saw your postsPromotedAVG_PAID_REACH
Avg. Reach - OrganicThe average number of unique accounts that saw your posts published during the Reporting PeriodOrganicAVG_REACH
Avg. Skip Rate - OrganicThe average percentage of viewers who skipped your Reels within the first 3 secondsOrganicAVG_REELS_SKIP_RATE
Book Now Clicks - All PostsThe number of times people tapped the Book Now button on your profile after viewing your postsBOOK_NOW_CLICKS
Call Clicks - All PostsThe number of times people tapped the call button on your profile after viewing your postsCALL_CLICKS
Clicks - PaidThe total number of clicks on your promoted posts. This can include link clicks, clicks to your profile, and more.PromotedCLICKS
Avg. CTR - PaidThe average percentage of times people clicked your promoted posts after seeing themPromotedCLICK_THROUGH_RATE
Comments - Total - All PostsThe number of comments your posts received. Note: Instagram account-level metrics include Instagram Stories stats.Organic + PromotedCOMMENTS_ACCOUNT_STATS
Post Sentiment - NegativeThe percentage of posts published during the reporting period with an overall negative comment sentimentOrganic + PromotedCOMMENT_SENTIMENT_NEGATIVE_RATE
Post Sentiment - NegativeThe percentage of posts with a negative overall comment sentimentOrganicCOMMENT_SENTIMENT_NEGATIVE_RATE_ORGANIC
Post Sentiment - NegativeThe percentage of posts with a negative overall comment sentimentPromotedCOMMENT_SENTIMENT_NEGATIVE_RATE_PROMOTED
Post Sentiment - NeutralThe percentage of posts published during the reporting period with an overall neutral comment sentimentOrganic + PromotedCOMMENT_SENTIMENT_NEUTRAL_RATE
Post Sentiment - NeutralThe percentage of posts with a neutral overall comment sentimentOrganicCOMMENT_SENTIMENT_NEUTRAL_RATE_ORGANIC
Post Sentiment - NeutralThe percentage of posts with a neutral overall comment sentimentPromotedCOMMENT_SENTIMENT_NEUTRAL_RATE_PROMOTED
Post Sentiment - PositiveThe percentage of posts published during the reporting period with an overall positive comment sentimentOrganic + PromotedCOMMENT_SENTIMENT_POSITIVE_RATE
Post Sentiment - PositiveThe percentage of posts with a positive overall comment sentimentOrganicCOMMENT_SENTIMENT_POSITIVE_RATE_ORGANIC
Post Sentiment - PositiveThe percentage of posts with a positive overall comment sentimentPromotedCOMMENT_SENTIMENT_POSITIVE_RATE_PROMOTED
Content Engagements - All PostsThe number of likes, comments, shares, and saves your content received during the reporting period. Note: Instagram account-level metrics include Instagram Stories stats.CONTENT_ENGAGEMENTS
Engagement Rate (Views) - All PostsThe percentage of people who engaged with your content after viewing itCONTENT_ENGAGEMENT_RATE_VIEWS
Avg. CPC - PaidThe average cost per click on your promoted postsPromotedCOST_PER_CLICK
Avg. CPM - PaidThe average cost per 1,000 impressions on your promoted postsPromotedCOST_PER_MILE
Views - Crossposted - OrganicTotal views across Instagram and Facebook for content crossposted natively between platforms. For Reels, includes views from crossposting or cross-app recommendations, where Reels appear on Facebook under your Instagram username.OrganicCROSSPOSTED_VIEWS
Views - Facebook - OrganicThe number of views your posts received on Facebook, for content crossposted natively from Instagram. For Reels, also includes views from cross-app recommendations, where Reels appear on Facebook under your Instagram username.OrganicFACEBOOK_VIEWS
Followers - LostThe total numbers of users who unfollowed your account during the Reporting Period. *Lost Followers data is received once per day in the Pacific Timezone.FOLLOWERS_LOST
Followers - Growth RateThe percentage your followers increased by during the Reporting Period. Follower Growth Rate = (New Followers - Old Followers) / Old Followers x 100%FOLLOWER_GROWTH_RATE
Follows - OrganicThe number of accounts that started following you after viewing your postOrganicFOLLOWS
LikeShop Clicks - All PostsThe total number of clicks on any LikeShop feed products during the reporting periodLIKESHOP_CLICKS
LikeShop ClicksThe number of clicks on your LikeShop feed products on posts published during the reporting periodLIKESHOP_CLICKS_BY_POST
LikeShop Contact Submissions - All PostsThe number of email submissions during the reporting periodLIKESHOP_CONTACT_SUBMISSIONS
LikeShop CTR - All PostsThe percentage of times people clicked your product links after viewing your postLIKESHOP_CTR
LikeShop PostsThe number of posts you’ve published during the reporting period that include product links. These are the posts visible on your LikeShop.LIKESHOP_POSTS
LikeShop Views - All PostsThe number of times your posts were displayed on a person’s screen. This includes repeat views.LIKESHOP_VIEWS
Likes - Total - All PostsThe number of likes your posts received. Note: Instagram account-level metrics include Instagram Stories stats.Organic + PromotedLIKES_ACCOUNT_STATS
Followers - Net NewThe net new number of people who have followed your accountNET_NEW_FOLLOWERS
Number of PostsThe number of posts you’ve published during the reporting periodOrganic + PromotedNUMBER_OF_POSTS
Number of PostsThe number of posts you’ve published during the reporting periodOrganicNUMBER_OF_POSTS_ORGANIC
Number of PostsThe number of posts you’ve published during the reporting periodPromotedNUMBER_OF_POSTS_PAID
Follower Activity - All PostsThe average times your followers were active during the reporting period. Data from the Instagram API may be delayed by up to 3 days.ONLINE_FOLLOWERS
Comments - OrganicThe number of comments on your posts published during the reporting periodOrganicORGANIC_COMMENTS
Likes - OrganicThe number of likes received on posts published during the reporting periodOrganicORGANIC_LIKES
Comments - PaidThe number of comments your posts receivedPromotedPAID_COMMENTS
Cost per ThruPlay - PaidThe average cost per Thruplay for your videosPromotedPAID_COST_PER_THRUPLAY
Impressions - PaidThe number of times your posts were viewed or displayedPromotedPAID_IMPRESSIONS
Likes - PaidThe number of likes your posts receivedPromotedPAID_LIKES
Saves - PaidThe number of times your posts were savedPromotedPAID_SAVES
Shares - PaidThe number of times your promoted posts were sharedPromotedPAID_SHARES_BY_POST
Engagements - PaidThe total number of engagements your promoted posts receivedPromotedPAID_TOTAL_ENGAGEMENTS
Video Views - PaidThe number of times your videos were viewedPromotedPAID_VIDEO_VIEWS
Profile Clicks - OrganicThe number of actions people take when they visit your profile after viewing your post. This can include bio link clicks, calls, emails, and more.OrganicPROFILE_CLICKS
Profile Bio Link ClicksThe number of times people clicked the link in your profile bio after viewing your postOrganicPROFILE_CLICKS_BIO
Profile Call Clicks - OrganicThe number of times people tapped the call button on your profile after viewing your postsOrganicPROFILE_CLICKS_CALL
Profile Directions Clicks - OrganicThe number of times people clicked to get directions from your profile after viewing your postsOrganicPROFILE_CLICKS_DIRECTIONS
Profile Email ClicksThe number of times people tapped the email button on your profile after viewing your postsOrganicPROFILE_CLICKS_EMAIL
Profile Other Clicks - OrganicThe number of times people clicked other profile buttons after viewing your postsOrganicPROFILE_CLICKS_OTHER
Profile Text ClicksThe number of times people tapped the text message button on your profile after viewing your postsOrganicPROFILE_CLICKS_TEXT
Profile ViewsThe amount of times your profile has been viewed during the Reporting PeriodPROFILE_VIEWS
Profile Visits - OrganicThe number of times your profile was visited after viewing your postOrganicPROFILE_VISITS
Reposts - OrganicThe number of times your posts have been repostedOrganicREPOSTS
Reposts - Organic - All PostsThe number of times your posts have been reposted, minus any un-reposts. This metric can be negative if un-reposts exceed reposts. Note: Instagram account-level metrics include Instagram Stories stats.OrganicREPOSTS_ACCOUNT_STATS
Saves - OrganicThe number of times your posts published during the reporting period were savedOrganicSAVES
Saves - Total - All PostsThe number of times your posts were saved. Note: Instagram account-level metrics include Instagram Stories stats.Organic + PromotedSAVES_ACCOUNT_STATS
Shares - OrganicThe number of times your posts published were shared during the reporting periodOrganicSHARES
Shares - Total - All PostsThe number of times your posts were shared. Note: Instagram account-level metrics include Instagram Stories stats.Organic + PromotedSHARES_ACCOUNT_STATS
Engagements - TotalThe total number of engagements from all posts published during the Reporting PeriodOrganic + PromotedSUM_TOTAL_ENGAGEMENTS
ThruPlays - PaidThe number of times your videos were watched to completion or for at least 15 secondsPromotedTHRUPLAYS
Comments - TotalThe number of comments your posts receivedOrganic + PromotedTOTAL_COMMENTS
Engagements - OrganicThe total number of engagements on your posts published during the reporting period Engagements = (Likes + Saves + Comments + Shares) - (Unlikes + Unsaves + Deleted comments)OrganicTOTAL_ENGAGEMENTS
FollowersThe total number of followers you have on this channelTOTAL_FOLLOWERS
Likes - TotalThe number of likes your posts receivedOrganic + PromotedTOTAL_LIKES
Saves - TotalThe number of times your posts were savedOrganic + PromotedTOTAL_SAVES
Shares - TotalThe number of times your posts were sharedOrganic + PromotedTOTAL_SHARES
Amount Spent - PaidThe total amount of money you’ve spent boosting your posts. Due to API delays, recent spend figures may be estimated for up to 48 hours.PromotedTOTAL_SPENT
Total Social Impact - All PostsTSI is like a market index for your brand’s social presence - it brings together everything your brand does across social to reveal the strength of your total presence. It rolls up all your channels, content, and engagement into one score that grows over time, giving you a clear view of performance and momentum.TOTAL_TSI
Video Plays 100% - PaidThe number of times your videos were played to 100% of their length, including plays that skipped to this pointPromotedVIDEO_PLAYS_100
Video Plays 25% - PaidThe number of times your videos were played to 25% of their length, including plays that skipped to this pointPromotedVIDEO_PLAYS_25
Video Plays 50% - PaidThe number of times your videos were played to 50% of their length, including plays that skipped to this pointPromotedVIDEO_PLAYS_50
Video Plays 75% - PaidThe number of times your videos were played to 75% of their length, including plays that skipped to this pointPromotedVIDEO_PLAYS_75
Views - OrganicThe number of times your posts were displayed on a person’s screen. This includes repeat views.OrganicVIEWS
Views - All PostsThe number of times your posts were viewed or displayed. The sum of follower and non-follower views may not add to the Total due to differences in how Instagram samples and estimates the metric. Note: Instagram account-level metrics include Instagram Stories stats.VIEWS_ALL_ACCOUNT_STATS
Views (Followers) - All PostsThe number of times your posts were viewed by your followers during the reporting period. The sum of follower and non-follower views may not add to the Total due to differences in how Instagram samples and estimates the metric. Note: Instagram account-level metrics include Instagram Stories stats.VIEWS_FOLLOWERS_ACCOUNT_STATS
Views (Non-Followers) - All PostsThe number of times your posts were viewed by non-followers during the reporting period. The sum of follower and non-follower views may not add to the Total due to differences in how Instagram samples and estimates the metric. Note: Instagram account-level metrics include Instagram Stories stats.VIEWS_NON_FOLLOWERS_ACCOUNT_STATS
Total Time Watched - OrganicThe sum of the time that all viewers watched your videos forOrganicWATCH_TIME

Next steps

With your time-series data, you can:
  • Build trend dashboards - Import data into Power BI, Tableau, or Looker to visualize performance over time
  • Spot patterns - See which days or months drive the most engagement to inform your posting strategy
  • Compare time periods - Use context_start_date and context_end_date to benchmark performance against past results
  • Track multiple metrics - Request several metrics in one call to see relationships between reach, views, and engagement
Related guides: