get_analytics_posts
Retrieve top posts analytics from Parse.ly with metrics like views, visitors, and engagement time. Filter by date range, tag, or section to measure content performance.
Instructions
Get analytics data for top posts from Parse.ly. Returns metrics like views, visitors, and engagement time. Supports specific date ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by content tag | |
| days | No | Number of days to look back (default: 7, ignored if period_start set) | |
| sort | No | Sort field (e.g., "hits", "avg_engaged_time") | |
| limit | No | Number of results to return (default: 10) | |
| section | No | Filter by content section | |
| period_end | No | End date for traffic window (YYYY-MM-DD) | |
| period_start | No | Start date for traffic window (YYYY-MM-DD) | |
| pub_date_end | No | Filter by content published before this date | |
| pub_date_start | No | Filter by content published after this date |