Getting Started

Track Reddit Mentions

Revlly can watch Reddit for posts that mention your domain or configured keywords, then annotate the overview chart when those threads line up with Reddit traffic.

Enable Reddit tracking

The first sync looks back for older posts. Later syncs poll recent Reddit search results and keep matching threads attached to the website.

  1. Open Dashboard -> Settings -> Social.
  2. Enable Reddit mentions.
  3. Add your product name, domain, and common launch phrases as keywords.
  4. Save, then run the first sync or wait for the social cron job.

Reddit sync reliability

Revlly uses Reddit's public JSON search for lightweight mention discovery. The sync validates that every successful response contains Reddit's expected listing shape before storing mentions, so HTML blocks, captchas, empty bodies, or malformed responses are treated as sync errors instead of bad data.

The Reddit fetcher also applies:

  • due-based cron processing: SOCIAL_TRACKING_SYNC_INTERVAL_MINUTES (default 60)
  • per-run website budget: SOCIAL_TRACKING_MAX_WEBSITES_PER_RUN (default 5)
  • request timeout: REDDIT_REQUEST_TIMEOUT_MS (default 15000)
  • transient retry count: REDDIT_SEARCH_MAX_RETRIES (default 2)
  • exponential retry base: REDDIT_SEARCH_RETRY_BASE_MS (default 1000)
  • retry cap: REDDIT_SEARCH_RETRY_MAX_MS (default 30000)
  • direct fallback when proxy returns a 403 HTML block page: REDDIT_PROXY_FALLBACK_DIRECT (default true)
  • Reddit Retry-After or X-Ratelimit-Reset headers when Reddit returns 429

WEBSHARE_PROXY_URL can route Reddit reads through an existing proxy. Revlly does not use browser fingerprint spoofing or rotating-proxy bypass logic; if Reddit consistently blocks public JSON reads at your volume, use the official Reddit API or a compliant data provider for higher-scale monitoring.

Attribution behavior

  • If the referrer contains /comments/POST_ID/, Revlly attributes the visit to that exact Reddit thread.
  • If utm_content equals the stored Reddit post id, Revlly attributes the visit to that exact Reddit thread.
  • If the referrer only says reddit.com and there is no matching utm_content, Revlly shows a current Reddit traffic marker without naming a specific thread.
  • Old Reddit posts can appear on today's chart when they send traffic today.