get_doc_link_stats
Reading analytics for one Doc Link of the API key's account, by id or slug. Always returns the summary (total views, unique visitors, last visit). Premium plans additionally get countries, visitor companies (as_org) and per-page views + average dwell time; pass include:["visits"] for the recent visit rows. Requires an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Doc Link item id (from create_doc_link or list_doc_links). | |
| slug | No | Doc Link slug — alternative to id. | |
| include | No | Extra sections. "visits" adds the recent visit rows (enriched on premium plans). |