Skip to main content

Overview

Cumulative Mentions is a running total of all Reddit posts and comments that match your tracked keywords, plotted over time. Each data point on the chart represents the total number of mentions found from the beginning of the selected time window up to that point. Because the count never resets, this metric is useful for visualizing growth: a steeper slope means faster discovery of new mentions, while a flat line means activity has slowed. Note: If you’ve hit your plan mention cap (e.g., 5,000, 20,000, 100,000), older mentions may be missing, which would make the cumulative chart understated for earlier time periods.

How Is It Calculated?

Aggregation Logic

The chart buckets mentions into time periods based on the selected aggregation level, then adds each bucket’s count to a running total:
cumulativeTotal[period] = cumulativeTotal[period - 1] + mentionsInThisPeriod
For example, if 50 mentions were found in week 1 and 30 in week 2, the chart plots 50 at week 1 and 80 at week 2.

Aggregation Levels

LevelHow Mentions Are Grouped
DaysEach data point = mentions found on that calendar day
WeeksEach data point = mentions found in that 7-day window
MonthsEach data point = mentions found in that calendar month

Filters Applied Before Charting

The backend applies these filters before sending data to the chart:
  • 2-year limit – mentions older than 2 years are excluded
  • Client isolation – only mentions belonging to the selected client’s keywords are included
  • Target subreddit filter – if a keyword has target subreddits configured, only mentions from those communities are counted
  • Keyword type filter – optionally restrict to Brand, Competitor, or Industry keywords
  • Sentiment filter – optionally restrict to positive, neutral, or negative mentions only
  • Specific keyword filter – optionally show data for a single tracked term

Duplicate Handling

A Reddit post that matches multiple keywords is counted only once per keyword it is linked to, preventing double-counting.

Available Time Ranges

RangeData Window
7 daysLast 7 days
14 daysLast 14 days
30 daysLast 30 days
90 daysLast 90 days
180 daysLast 6 months
365 daysLast 12 months

Interpreting The Chart

PatternWhat It Means
Steep upward slopeNew mentions are being discovered at a high rate
Gradual, steady slopeConsistent, stable discussion volume
Flat lineLittle to no new activity in this period
Sudden step upA spike event — a viral post, news story, or product launch driving discussion

Export

Click the export button on the chart to download the underlying data as a CSV file, including the date, period count, and cumulative total for each time bucket.