Manage a Tracked Article
manage_tracked_articleStart, stop or resume tracking one published article.
'track': follow a live article URL (url required). Works for a guest post on a publisher or a page on the brand's own site. Optionally aim it at up to 20 tracked prompts. Tracking a URL that is already tracked changes nothing. A publisher's domain is added to the outreach shortlist; the brand's own site is not.
'stop': stop tracking (article_id or url). Past observations are kept.
'restore': resume a stopped article (article_id or url).
Tracking uses the brand's regular reports, so it costs nothing extra. Read results with get_tracked_articles. Needs editor access to a paid brand.
Args: brand_id: The brand (required). action: 'track', 'stop' or 'restore'. url: The public article URL, not a homepage. Required for 'track'. article_id: The tracked article id, from get_tracked_articles. title: Optional article title, up to 300 characters. prompt_ids: Up to 20 tracked prompt ids the article targets. published_on: Optional publication date, YYYY-MM-DD, not in the future.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| title | No | ||
| action | Yes | ||
| brand_id | Yes | ||
| article_id | No | ||
| prompt_ids | No | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. | |
| published_on | No |