Annotations
matomo_annotationsRetrieve Matomo timeline annotations for a date range to correlate traffic changes with events like deployments or campaigns. Defaults to the last 30 days.
Instructions
Annotations placed on the Matomo timeline (deploy markers, campaign launches, notes) for a date range — correlate traffic changes with what happened when. Defaults to the last 30 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date or range to fetch annotations for: 'today', 'yesterday', 'YYYY-MM-DD', a rolling window like 'last30'/'last90', or 'YYYY-MM-DD,YYYY-MM-DD'. | last30 |
| period | No | Aggregation period for the report. | day |
| site_id | Yes | Numeric Matomo site ID. If unknown, call matomo_list_sites first. |