trackagoat logotrackagoat/Docs

Getting started

  • Welcome
  • Quickstart
  • Core concepts

Guides

  • Creators
  • Videos
  • Campaigns
  • Creator Goals
  • Tracking Inbox
  • Content calendar
  • How scraping works
  • Analytics & metrics
  • Similar creator pools
  • Over-posting & suppression
  • Program Health
  • Sentiment Radar
  • API keys
  • Limits & plan tiers
  • Notifications
  • Payouts

API reference

  • Overview
  • Authentication
  • Errors
  • Projects
  • Creators
  • Videos
  • Campaigns
  • Analytics
  • Aggregate Analytics
  • Payouts
  • Schema

For agents

  • Agent guide
  • Data model
  • MCP & tooling

Platform

  • Brand
  • Changelog
  • Support
DocsGuides

Videos

How TikTok videos are discovered and tracked, tracking status states, stats history, and manual video management.

PreviousCreatorsNextCampaigns

On this page

  • How videos are discovered
  • Tracking statuses
  • Reviewing videos (Tracking Inbox)
  • Video detail
  • Stats update frequency
  • Video notes

How videos are discovered

Videos enter trackagoat in two ways:

1

Automatic discovery

The scraper periodically checks each tracked creator's recent videos and adds any new ones. Discovery frequency is set per org (subject to your plan's min_discover_videos_hours floor).

2

Manual add

You can add a specific video by its TikTok URL. Go to Project → Videos → Add video and paste the URL. Manually added videos get status direct_add and are always included in stats.

Tracking statuses

Every video has a tracking_status that controls whether it's included in project and campaign analytics.

StatusHow it's setIncluded in stats?
auto_trackedDiscovered automatically while creator is in auto mode✓ Yes
pending_reviewDiscovered while creator is in selective mode✗ No — awaiting review
includedManually approved via Tracking Inbox✓ Yes
excludedManually excluded via Tracking Inbox✗ No
direct_addAdded by URL✓ Yes

The v1 API's /api/v1/videos endpoint never returns excluded videos. If a video is excluded, it won't appear in API responses or campaign stats.

Reviewing videos (Tracking Inbox)

When a creator is in selective mode, new videos land in the Tracking Inbox with pending_review status. See Tracking Inbox for bulk-review workflows.

Video detail

Click any video in the videos list to open the detail view:

  • Stats — current view, like, comment, and share counts
  • Stats history — chart of view/engagement counts over time
  • Thumbnail — preview
  • Notes — markdown notes for your team or agents

Stats history shows all snapshots captured since the video was added to trackagoat. It does not backfill historical data from before the video was tracked.

Stats update frequency

Video stats are refreshed on your org's min_video_stats_hours schedule. To see when a video's stats were last updated, check last_scraped_at in the video detail or API response.

You can trigger a manual stats refresh from the video detail view (subject to your plan's max_manual_scrape_triggers_per_day limit).

Video notes

Like creators, every video has a notes field. This is readable via the API as the description field. Use it to annotate videos with content classification, context, or agent instructions.

Tracking Inbox

Review pending videos and use bulk approve/exclude actions.

Analytics

Analyze video performance trends over time.

API reference — Videos

Access video data programmatically via the v1 API.