identify_dead_sites
Find abandoned sites: never installed trackers or silent for 7+ days, prioritized for deletion or investigation.
Instructions
Find sites that look abandoned: classified as 'never_installed' (site exists but has never fired an event — most likely the tracker isn't installed) or 'went_silent' (used to get traffic, last seen N+ days ago). Default quiet_days=7. Use for 'which sites are dead', 'what should I delete', 'what needs investigating'. Returned in priority order: never_installed first (most actionable: just install the tracker), then longest-silent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiet_days | No | How many days of silence count as 'dead'. Defaults to 7. Anything fresher than this is treated as alive. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiet_threshold_days | Yes | ||
| dead_sites | Yes | ||
| total_sites | Yes | ||
| alive_sites | Yes |